org.ow2.dragon.api.to.specification
Class VersionedSpecificationTO
java.lang.Object
org.ow2.dragon.api.to.specification.VersionedSpecificationTO
public class VersionedSpecificationTO
- extends java.lang.Object
A Versioned Specification is a versioned description of something
- Author:
- ambarthe - eBM WebSourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionedSpecificationTO
public VersionedSpecificationTO()
getId
public java.lang.String getId()
- Returns:
- the id
getMotherVersionedSpecification
public VersionedSpecificationTO getMotherVersionedSpecification()
- Returns:
- the motherVersionedSpecification
getName
public java.lang.String getName()
- Returns:
- the name
getTechnicalName
public java.lang.String getTechnicalName()
- Returns:
- the technicalName
getVersionNr
public java.lang.String getVersionNr()
- Returns:
- the versionNr
isIssueNr
public boolean isIssueNr()
- Returns:
- the issueNr
isRevisionNr
public boolean isRevisionNr()
- Returns:
- the revisionNr
setId
public void setId(java.lang.String id)
- Parameters:
id - the id to set
setIssueNr
public void setIssueNr(boolean issueNr)
- Parameters:
issueNr - the issueNr to set
setMotherVersionedSpecification
public void setMotherVersionedSpecification(VersionedSpecificationTO motherVersionedSpecification)
- Parameters:
motherVersionedSpecification - the motherVersionedSpecification to set
setName
public void setName(java.lang.String name)
- Parameters:
name - the name to set
setRevisionNr
public void setRevisionNr(boolean revisionNr)
- Parameters:
revisionNr - the revisionNr to set
setTechnicalName
public void setTechnicalName(java.lang.String technicalName)
- Parameters:
technicalName - the technicalName to set
setVersionNr
public void setVersionNr(java.lang.String versionNr)
- Parameters:
versionNr - the versionNr to set
Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.