org.ow2.dragon.api.to.specification
Class VersionedSpecificationTO

java.lang.Object
  extended by 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

Constructor Summary
VersionedSpecificationTO()
           
 
Method Summary
 java.lang.String getId()
           
 VersionedSpecificationTO getMotherVersionedSpecification()
           
 java.lang.String getName()
           
 java.lang.String getTechnicalName()
           
 java.lang.String getVersionNr()
           
 boolean isIssueNr()
           
 boolean isRevisionNr()
           
 void setId(java.lang.String id)
           
 void setIssueNr(boolean issueNr)
           
 void setMotherVersionedSpecification(VersionedSpecificationTO motherVersionedSpecification)
           
 void setName(java.lang.String name)
           
 void setRevisionNr(boolean revisionNr)
           
 void setTechnicalName(java.lang.String technicalName)
           
 void setVersionNr(java.lang.String versionNr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionedSpecificationTO

public VersionedSpecificationTO()
Method Detail

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.