|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v3.domain.WsBaseline
public class WsBaseline
This object represents a Contour Baseline. A baseline is a "snapshot" of Items within a Project at a certain point in time.
| Constructor Summary | |
|---|---|
WsBaseline()
Creates an empty WsBaseline object. |
|
WsBaseline(java.lang.String name,
java.lang.String description,
WsVersion[] versions,
java.lang.Integer scopeId,
java.lang.Integer refId,
WsProject project,
WsSignature[] signatures)
Creates a new WsBaseline object with the given values. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the baseline's description. |
java.lang.Long |
getId()
Gets the baseline's id. |
java.lang.String |
getName()
Gets the baseline's name. |
WsProject |
getProject()
Gets the project this baseline is in. |
java.lang.Integer |
getRefId()
Gets the baseline's reference id. |
java.lang.Integer |
getScopeId()
Gets the baseline's scope. |
WsSignature[] |
getSignatures()
Gets the signatures in this baseline. |
WsVersion[] |
getVersions()
Gets the versions associated with the baseline. |
void |
setDescription(java.lang.String description)
Sets the baseline's description. |
void |
setId(java.lang.Long id)
Sets the baseline's id. |
void |
setName(java.lang.String name)
Sets the baseline's name. |
void |
setProject(WsProject project)
Sets the project this baseline is in. |
void |
setRefId(java.lang.Integer refId)
Sets the baseline's reference id. |
void |
setScopeId(java.lang.Integer scopeId)
Sets the baseline's scope. |
void |
setSignatures(WsSignature[] signatures)
Sets the signatures in this baseline. |
void |
setVersions(WsVersion[] versions)
|
java.lang.String |
toString()
Gets a string representation of this baseline. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsBaseline()
public WsBaseline(java.lang.String name,
java.lang.String description,
WsVersion[] versions,
java.lang.Integer scopeId,
java.lang.Integer refId,
WsProject project,
WsSignature[] signatures)
name - name of the baselinedescription - description of the baseline (can be null)versions - versions in the baselinescopeId - scope of the baselinerefId - reference idproject - project the baseline is insignatures - signatures in the baseline| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - the id to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic WsVersion[] getVersions()
public void setVersions(WsVersion[] versions)
public java.lang.Integer getScopeId()
WsScopepublic void setScopeId(java.lang.Integer scopeId)
scopeId - the baseline's scopepublic java.lang.Integer getRefId()
public void setRefId(java.lang.Integer refId)
refId - baseline's reference idpublic WsProject getProject()
public void setProject(WsProject project)
project - WsProjectpublic WsSignature[] getSignatures()
WsSignaturespublic void setSignatures(WsSignature[] signatures)
signatures - an array of WsSignaturespublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||