Class CometPageTemplate.Id
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate.Id
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CometPageTemplate
public static class CometPageTemplate.Id extends CometEntity
The Class Id.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.Category
-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.entity.CometEntity
id, TAG_DOMAIN_QUALIFIER, TAG_GROUP_QUALIFIER, TAG_TYPE_QUALIFIER
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description Id()Instantiates a new id.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId2()Gets the id 2.intgetId3()Gets the id 3.java.lang.StringgetStringId()Gets the string id.voidsetId2(int id2)Sets the id 2.voidsetId3(int id3)Sets the id 3.voidsetStringId(java.lang.String stringId)Sets the string id.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getId2
public int getId2()
Gets the id 2.- Returns:
- the id 2
-
getId3
public int getId3()
Gets the id 3.- Returns:
- the id 3
-
getStringId
public java.lang.String getStringId()
Gets the string id.- Returns:
- the string id
-
setId2
public void setId2(int id2)
Sets the id 2.- Parameters:
id2- the new id 2
-
setId3
public void setId3(int id3)
Sets the id 3.- Parameters:
id3- the new id 3
-
setStringId
public void setStringId(java.lang.String stringId)
Sets the string id.- Parameters:
stringId- the new string id
-
-