Class Domain
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.Domain
- All Implemented Interfaces:
Serializable
Java Interface for domain complex type. For internal use only
The following schema fragment specifies the expected content contained within this class.
<complexType name="domain">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="domainclassid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested 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 TypeMethodDescriptionbooleanentityEquals(CometEntity item) Entity equals boolean.Gets domain class id.intgetId()Gets id.getName()Gets name.Gets qualified name.Gets ui name.voidsetDomainClassId(Integer domainClassId) Sets domain class id.voidsetId(int id) Sets id.voidSets name.voidsetQualifiedName(String qualifiedName) Sets qualified name.voidSets ui name.Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getLastModificationTimestamp, info, postprocess, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
Domain
public Domain()Instantiates a new Domain. -
Domain
public Domain(int id) Instantiates a new Domain.- Parameters:
id- the id
-
Domain
Instantiates a new Domain.- Parameters:
id- the idname- the name
-
Domain
Instantiates a new Domain.- Parameters:
id- the idname- the namequalifiedName- the qualified name
-
Domain
Instantiates a new Domain.- Parameters:
id- the idname- the namequalifiedName- the qualified nameuiName- the ui name
-
-
Method Details
-
getDomainClassId
Gets domain class id.- Returns:
- the domain class id
-
setDomainClassId
Sets domain class id.- Parameters:
domainClassId- the domain class id
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getQualifiedName
Gets qualified name.- Returns:
- the qualified name
-
setQualifiedName
Sets qualified name.- Parameters:
qualifiedName- the qualified name
-
getUiName
Gets ui name.- Returns:
- the ui name
-
setUiName
Sets ui name.- Parameters:
uiName- the ui name
-
getId
public int getId()Description copied from class:Comet3EntityGets id.- Overrides:
getIdin classComet3Entity- Returns:
- the id
-
setId
public void setId(int id) Description copied from class:Comet3EntitySets id.- Overrides:
setIdin classComet3Entity- Parameters:
id- the id
-
entityEquals
Entity equals boolean.- Parameters:
item- the item- Returns:
- the boolean
-