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:
Serializable
- Enclosing class:
- CometPageTemplate
The Class Id.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.CategoryNested 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_QUALIFIERFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
Id
public Id()Instantiates a new id.
-
-
Method Details
-
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
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
Sets the string id.- Parameters:
stringId- the new string id
-