public class StageType extends Reference
stage_type asset type in IGC, displayed as 'Stage Type' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
author
The
author property, displayed as 'Author' in the IGC UI. |
protected String |
copyright
The
copyright property, displayed as 'Copyright' in the IGC UI. |
protected String |
long_description
The
long_description property, displayed as 'Description' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected ReferenceList |
steward
The
steward property, displayed as 'Steward' in the IGC UI. |
protected String |
vendor
The
vendor property, displayed as 'Vendor' in the IGC UI. |
protected String |
version
The
version property, displayed as 'Version' in the IGC UI. |
| Constructor and Description |
|---|
StageType() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
String |
getAuthor() |
String |
getCopyright() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
String |
getLongDescription() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
ReferenceList |
getSteward() |
static List<String> |
getStringProperties() |
String |
getTheName() |
String |
getVendor() |
String |
getVersion() |
static Boolean |
includesModificationDetails() |
static Boolean |
isStageType(Object obj) |
void |
setAuthor(String author) |
void |
setCopyright(String copyright) |
void |
setLongDescription(String long_description) |
void |
setSteward(ReferenceList steward) |
void |
setTheName(String name) |
void |
setVendor(String vendor) |
void |
setVersion(String version) |
canAssetBeCreatedFromPOJO, getAllPropertiesFromPOJO, getAssetDetails, getAssetTypeForSearch, getAssetTypeFromPOJO, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getAssetWithSubsetOfProperties, getContext, getDisplayNameFromPOJO, getFieldByName, getFullAssetDetails, getId, getIdentity, getName, getNonRelationshipPropertiesFromPOJO, getPagedRelationalPropertiesFromPOJO, getPropertyByName, getStringPropertiesFromPOJO, getType, getUrl, hasModificationDetails, hasModificationDetails, hasProperty, isCreatableFromPOJO, isFullyRetrieved, isReference, isReference, isReferenceList, isReferenceList, isSimpleType, isSimpleType, populateContext, populateModificationDetails, setContext, setFullyRetrieved, setId, setName, setPropertyByName, setType, setUrlgetAllFields, toStringprotected String name
name property, displayed as 'Name' in the IGC UI.protected String long_description
long_description property, displayed as 'Description' in the IGC UI.protected ReferenceList steward
steward property, displayed as 'Steward' in the IGC UI.
ReferenceList of Steward objects.protected String vendor
vendor property, displayed as 'Vendor' in the IGC UI.protected String version
version property, displayed as 'Version' in the IGC UI.protected String author
author property, displayed as 'Author' in the IGC UI.protected String copyright
copyright property, displayed as 'Copyright' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getLongDescription()
long_descriptionpublic void setLongDescription(String long_description)
long_descriptionpublic ReferenceList getSteward()
stewardpublic void setSteward(ReferenceList steward)
stewardpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.