org.ow2.dragon.persistence.bo.specification
Class VersionedSpecification
java.lang.Object
org.ow2.dragon.persistence.bo.common.BaseObject
org.ow2.dragon.persistence.bo.common.SearchableBaseObject
org.ow2.dragon.persistence.bo.common.TModel
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
| 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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
VersionedSpecification
public VersionedSpecification()
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.