|
||||||||||
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 | |
---|---|
Boolean |
getActive()
True when the tag is active |
Integer |
getConstructId()
Construct ID |
Integer |
getId()
ID |
String |
getName()
Name |
Map<String,Property> |
getProperties()
Tag properties |
Tag.Type |
getType()
Tag type |
void |
setActive(Boolean active)
|
void |
setConstructId(Integer constructId)
|
void |
setId(Integer id)
|
void |
setName(String name)
|
void |
setProperties(Map<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 Integer getId()
public String getName()
public Integer getConstructId()
public Boolean getActive()
public Map<String,Property> getProperties()
public Tag.Type getType()
public void setId(Integer id)
id
- the id to setpublic void setName(String name)
name
- the name to setpublic void setConstructId(Integer constructId)
constructId
- the constructId to setpublic void setActive(Boolean active)
active
- the active to setpublic void setProperties(Map<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 |