|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.Tag
public class Tag
Tag object representing a contenttag in the GCN
Nested Class Summary | |
---|---|
static class |
Tag.Type
Possible tag types |
Constructor Summary | |
---|---|
Tag()
Constructor used by JAXB |
Method Summary | |
---|---|
java.lang.Boolean |
getActive()
True when the tag is active |
java.lang.Integer |
getConstructId()
Construct ID |
java.lang.Integer |
getId()
ID |
java.lang.String |
getName()
Name |
java.util.Map<java.lang.String,Property> |
getProperties()
Tag properties |
Tag.Type |
getType()
Tag type |
void |
setActive(java.lang.Boolean active)
|
void |
setConstructId(java.lang.Integer constructId)
|
void |
setId(java.lang.Integer id)
|
void |
setName(java.lang.String name)
|
void |
setProperties(java.util.Map<java.lang.String,Property> properties)
|
void |
setType(Tag.Type type)
Set the tag type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tag()
Method Detail |
---|
public java.lang.Integer getId()
public java.lang.String getName()
public java.lang.Integer getConstructId()
public java.lang.Boolean getActive()
public java.util.Map<java.lang.String,Property> getProperties()
public Tag.Type getType()
public void setId(java.lang.Integer id)
id
- the id to setpublic void setName(java.lang.String name)
name
- the name to setpublic void setConstructId(java.lang.Integer constructId)
constructId
- the constructId to setpublic void setActive(java.lang.Boolean active)
active
- the active to setpublic void setProperties(java.util.Map<java.lang.String,Property> properties)
properties
- the properties to setpublic void setType(Tag.Type type)
type
- tag type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |