|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tridas.schema.TridasEntity
public abstract class TridasEntity
Base data type inherited by all TRiDaS entities. Contains the fields common to all TRiDaS data entities.
Java class for tridasEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tridasEntity"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.tridas.org/1.2.2}title"/> <element ref="{http://www.tridas.org/1.2.2}identifier" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}createdTimestamp" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}lastModifiedTimestamp" minOccurs="0"/> <element ref="{http://www.tridas.org/1.2.2}comments" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
comments
|
protected DateTime |
createdTimestamp
|
protected TridasIdentifier |
identifier
|
protected DateTime |
lastModifiedTimestamp
|
protected String |
title
|
Constructor Summary | |
---|---|
TridasEntity()
|
Method Summary | |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
String |
getComments()
Gets the value of the comments property. |
DateTime |
getCreatedTimestamp()
Gets the value of the createdTimestamp property. |
TridasIdentifier |
getIdentifier()
Gets the value of the identifier property. |
DateTime |
getLastModifiedTimestamp()
Gets the value of the lastModifiedTimestamp property. |
String |
getTitle()
Gets the value of the title property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetComments()
|
boolean |
isSetCreatedTimestamp()
|
boolean |
isSetIdentifier()
|
boolean |
isSetLastModifiedTimestamp()
|
boolean |
isSetTitle()
|
void |
setComments(String value)
Sets the value of the comments property. |
void |
setCreatedTimestamp(DateTime value)
Sets the value of the createdTimestamp property. |
void |
setIdentifier(TridasIdentifier value)
Sets the value of the identifier property. |
void |
setLastModifiedTimestamp(DateTime value)
Sets the value of the lastModifiedTimestamp property. |
void |
setTitle(String value)
Sets the value of the title property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo |
---|
createNewInstance |
Methods inherited from interface org.tridas.interfaces.ITridasGeneric |
---|
getGenericFields, isSetGenericFields, unsetGenericFields |
Field Detail |
---|
protected String title
protected TridasIdentifier identifier
protected DateTime createdTimestamp
protected DateTime lastModifiedTimestamp
protected String comments
Constructor Detail |
---|
public TridasEntity()
Method Detail |
---|
public String getTitle()
getTitle
in interface ITridas
String
public void setTitle(String value)
setTitle
in interface ITridas
value
- allowed object is
String
public boolean isSetTitle()
isSetTitle
in interface ITridas
public TridasIdentifier getIdentifier()
getIdentifier
in interface TridasIdentifiable
TridasIdentifier
public void setIdentifier(TridasIdentifier value)
setIdentifier
in interface ITridas
value
- allowed object is
TridasIdentifier
public boolean isSetIdentifier()
isSetIdentifier
in interface ITridas
public DateTime getCreatedTimestamp()
getCreatedTimestamp
in interface ITridas
DateTime
public void setCreatedTimestamp(DateTime value)
setCreatedTimestamp
in interface ITridas
value
- allowed object is
DateTime
public boolean isSetCreatedTimestamp()
isSetCreatedTimestamp
in interface ITridas
public DateTime getLastModifiedTimestamp()
getLastModifiedTimestamp
in interface ITridas
DateTime
public void setLastModifiedTimestamp(DateTime value)
setLastModifiedTimestamp
in interface ITridas
value
- allowed object is
DateTime
public boolean isSetLastModifiedTimestamp()
isSetLastModifiedTimestamp
in interface ITridas
public String getComments()
getComments
in interface ITridas
String
public void setComments(String value)
setComments
in interface ITridas
value
- allowed object is
String
public boolean isSetComments()
isSetComments
in interface ITridas
public String toString()
toString
in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(Object object)
equals
in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class Object
public Object clone()
clone
in class Object
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |