public class Tag extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Tag.Type
Possible tag types
|
| Constructor and Description |
|---|
Tag()
Constructor used by JAXB
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public Integer getId()
public String getName()
public Integer getConstructId()
public Boolean getActive()
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 typeCopyright © 2016 Gentics Software. All rights reserved.