org.tridas.interfaces
Interface ITridas

All Superinterfaces:
org.jvnet.jaxb2_commons.lang.CopyTo, TridasIdentifiable
All Known Subinterfaces:
ITridasDerivedSeries, ITridasSeries
All Known Implementing Classes:
BaseSeries, TridasDerivedSeries, TridasElement, TridasEntity, TridasMeasurementSeries, TridasObject, TridasObjectEx, TridasProject, TridasRadius, TridasSample

public interface ITridas
extends org.jvnet.jaxb2_commons.lang.CopyTo, TridasIdentifiable


Method Summary
 String getComments()
          Gets the value of the comments property.
 DateTime getCreatedTimestamp()
          Gets the value of the createdTimestamp property.
 DateTime getLastModifiedTimestamp()
          Gets the value of the lastModifiedTimestamp property.
 String getTitle()
          Gets the value of the title property.
 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.
 
Methods inherited from interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo, copyTo, createNewInstance
 
Methods inherited from interface org.tridas.interfaces.TridasIdentifiable
getIdentifier
 

Method Detail

getTitle

String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

isSetTitle

boolean isSetTitle()

setIdentifier

void setIdentifier(TridasIdentifier value)
Sets the value of the identifier property.

Parameters:
value - allowed object is TridasIdentifier

isSetIdentifier

boolean isSetIdentifier()

getCreatedTimestamp

DateTime getCreatedTimestamp()
Gets the value of the createdTimestamp property.

Returns:
possible object is DateTime

setCreatedTimestamp

void setCreatedTimestamp(DateTime value)
Sets the value of the createdTimestamp property.

Parameters:
value - allowed object is DateTime

isSetCreatedTimestamp

boolean isSetCreatedTimestamp()

getLastModifiedTimestamp

DateTime getLastModifiedTimestamp()
Gets the value of the lastModifiedTimestamp property.

Returns:
possible object is DateTime

setLastModifiedTimestamp

void setLastModifiedTimestamp(DateTime value)
Sets the value of the lastModifiedTimestamp property.

Parameters:
value - allowed object is DateTime

isSetLastModifiedTimestamp

boolean isSetLastModifiedTimestamp()

getComments

String getComments()
Gets the value of the comments property.

Returns:
possible object is String

setComments

void setComments(String value)
Sets the value of the comments property.

Parameters:
value - allowed object is String

isSetComments

boolean isSetComments()


Copyright © 2011 TRiDaS. All Rights Reserved.