Class ReleaseSoapDO
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
-
- com.collabnet.ce.soap60.webservices.frs.ReleaseSoapDO
-
public class ReleaseSoapDO extends FolderSoapDO
This class represents the data associated with an FRS release.Change HistoryRelease: 20.1- Added constant for 'obsolete' status'
Release: 4.4- Added 'downloaded'
- Since:
- 4.1
-
-
Field Summary
Fields Modifier and Type Field Description static StringMATURITY_ALPHAstatic StringMATURITY_BETAstatic StringMATURITY_DEVELOPMENT_BUILDstatic StringMATURITY_EARLY_ACCESSstatic StringMATURITY_GENERAL_AVAILABILITYstatic StringMATURITY_OBSOLETEstatic StringMATURITY_PRE_GENERAL_AVAILABILITYstatic StringMATURITY_PROTOTYPEstatic StringMATURITY_STABLEstatic StringSTATUS_ACTIVEstatic StringSTATUS_OBSOLETEstatic StringSTATUS_PENDING
-
Constructor Summary
Constructors Constructor Description ReleaseSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDownloaded()Returns 'downloaded'.StringgetMaturity()Returns 'maturity'.StringgetStatus()Returns 'status'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDownloaded(int downloaded)Sets 'downloaded'.voidsetMaturity(String maturity)Sets 'maturity'.voidsetStatus(String status)Sets 'status'.-
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
-
-
-
-
Field Detail
-
STATUS_ACTIVE
public static final String STATUS_ACTIVE
- See Also:
- Constant Field Values
-
STATUS_PENDING
public static final String STATUS_PENDING
- See Also:
- Constant Field Values
-
STATUS_OBSOLETE
public static final String STATUS_OBSOLETE
- See Also:
- Constant Field Values
-
MATURITY_PROTOTYPE
public static final String MATURITY_PROTOTYPE
- See Also:
- Constant Field Values
-
MATURITY_DEVELOPMENT_BUILD
public static final String MATURITY_DEVELOPMENT_BUILD
- See Also:
- Constant Field Values
-
MATURITY_ALPHA
public static final String MATURITY_ALPHA
- See Also:
- Constant Field Values
-
MATURITY_BETA
public static final String MATURITY_BETA
- See Also:
- Constant Field Values
-
MATURITY_EARLY_ACCESS
public static final String MATURITY_EARLY_ACCESS
- See Also:
- Constant Field Values
-
MATURITY_PRE_GENERAL_AVAILABILITY
public static final String MATURITY_PRE_GENERAL_AVAILABILITY
- See Also:
- Constant Field Values
-
MATURITY_GENERAL_AVAILABILITY
public static final String MATURITY_GENERAL_AVAILABILITY
- See Also:
- Constant Field Values
-
MATURITY_STABLE
public static final String MATURITY_STABLE
- See Also:
- Constant Field Values
-
MATURITY_OBSOLETE
public static final String MATURITY_OBSOLETE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStatus
public String getStatus()
Returns 'status'. Release status: STATUS_ACTIVE, STATUS_PENDING or STATUS_OBSOLETE.- Returns:
- Value of 'status'.
-
setStatus
public void setStatus(String status)
Sets 'status'. Release status: STATUS_ACTIVE, STATUS_PENDING or STATUS_OBSOLETE.- Parameters:
status- Value of 'status'.
-
getMaturity
public String getMaturity()
Returns 'maturity'. Release maturity (customizable field).- Returns:
- Value of 'maturity'.
-
setMaturity
public void setMaturity(String maturity)
Sets 'maturity'. Release maturity (customizable field).- Parameters:
maturity- Value of 'maturity'.
-
getDownloaded
public int getDownloaded()
Returns 'downloaded'. The download count for this release.- Returns:
- Value of 'downloaded'.
-
setDownloaded
public void setDownloaded(int downloaded)
Sets 'downloaded'. The download count for this release.- Parameters:
downloaded- Value of 'downloaded'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-