org.ow2.dragon.persistence.bo.specification
Class VersionedSpecification

java.lang.Object
  extended by org.ow2.dragon.persistence.bo.common.BaseObject
      extended by org.ow2.dragon.persistence.bo.common.SearchableBaseObject
          extended by org.ow2.dragon.persistence.bo.common.TModel
              extended by org.ow2.dragon.persistence.bo.specification.VersionedSpecification
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceSpecification

public class VersionedSpecification
extends TModel

Author:
ofabre - eBM WebSourcing
See Also:
Serialized Form

Constructor Summary
VersionedSpecification()
           
 
Method Summary
 int getIssueNr()
           
 int getRevisionNr()
           
 int getVersionNr()
           
 void setIssueNr(int issueNr)
           
 void setRevisionNr(int revisionNr)
           
 void setVersionNr(int versionNr)
           
 java.lang.String toString()
          Returns a multi-line String with key=value pairs.
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.TModel
addDescription, addIdentifier, addOverviewDoc, equals, getCategoryBag, getDescriptions, getIdentifierBag, getName, getOverviewDocs, getVersion, hashCode, isDeleted, setCategoryBag, setDeleted, setDescriptions, setIdentifierBag, setName, setOverviewDocs, setVersion
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.SearchableBaseObject
getId, setId
 
Methods inherited from class org.ow2.dragon.persistence.bo.common.BaseObject
getCreated, getLastUpdated, setCreated, setLastUpdated
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionedSpecification

public VersionedSpecification()
Method Detail

getIssueNr

public int getIssueNr()

getRevisionNr

public int getRevisionNr()

getVersionNr

public int getVersionNr()

setIssueNr

public void setIssueNr(int issueNr)

setRevisionNr

public void setRevisionNr(int revisionNr)

setVersionNr

public void setVersionNr(int versionNr)

toString

public java.lang.String toString()
Description copied from class: BaseObject
Returns a multi-line String with key=value pairs.

Overrides:
toString in class TModel
Returns:
a String representation of this class.
See Also:
Object.toString()


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.