Class Project
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.Project
- All Implemented Interfaces:
Serializable
Java Interface for manifest complex type. For internal use only
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T> -
Field Summary
Fields inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
id, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetIdentifier(String identifier) voidsetLastConfigChange(Date lastConfigChange) voidvoidsetProperties(List<Project.Property> properties) voidMethods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
Project
public Project()Instantiates a new Project. -
Project
public Project(int id) Instantiates a new Project.- Parameters:
id- the id
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getIdentifier
- Returns:
- the identifier
-
setIdentifier
- Parameters:
identifier- the identifier to set
-
getLastConfigChange
- Returns:
- the lastConfigChange
-
setLastConfigChange
- Parameters:
lastConfigChange- the lastConfigChange to set
-
getUptime
- Returns:
- the uptime
-
setUptime
- Parameters:
uptime- the uptime to set
-
getProperties
- Returns:
- the properties
-
setProperties
- Parameters:
properties- the properties to set
-