public class AnalysisProject extends Reference
analysis_project asset type in IGC, displayed as 'Analysis Project' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected ItemList<Term> |
assignedToTerms |
protected String |
longDescription |
protected String |
nativeId |
protected String |
shortDescription |
protected String |
shortLongDescription |
| Constructor and Description |
|---|
AnalysisProject() |
| Modifier and Type | Method and Description |
|---|---|
ItemList<Term> |
getAssignedToTerms()
Retrieve the
assigned_to_terms property (displayed as 'Assigned to Terms') of the object. |
String |
getLongDescription()
Retrieve the
long_description property (displayed as 'Long Description') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getShortDescription()
Retrieve the
short_description property (displayed as 'Short Description') of the object. |
String |
getShortLongDescription()
Retrieve the
short_&_long_description property (displayed as 'Short & Long Description') of the object. |
void |
setAssignedToTerms(ItemList<Term> assignedToTerms)
Set the
assigned_to_terms property (displayed as Assigned to Terms) of the object. |
void |
setLongDescription(String longDescription)
Set the
long_description property (displayed as Long Description) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setShortDescription(String shortDescription)
Set the
short_description property (displayed as Short Description) of the object. |
void |
setShortLongDescription(String shortLongDescription)
Set the
short_&_long_description property (displayed as Short & Long Description) of the object. |
areModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected String longDescription
protected String nativeId
protected String shortLongDescription
protected String shortDescription
public ItemList<Term> getAssignedToTerms()
assigned_to_terms property (displayed as 'Assigned to Terms') of the object.ItemList<Term>public void setAssignedToTerms(ItemList<Term> assignedToTerms)
assigned_to_terms property (displayed as Assigned to Terms) of the object.assignedToTerms - the value to setpublic String getLongDescription()
long_description property (displayed as 'Long Description') of the object.Stringpublic void setLongDescription(String longDescription)
long_description property (displayed as Long Description) of the object.longDescription - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic String getShortLongDescription()
short_&_long_description property (displayed as 'Short & Long Description') of the object.Stringpublic void setShortLongDescription(String shortLongDescription)
short_&_long_description property (displayed as Short & Long Description) of the object.shortLongDescription - the value to setpublic String getShortDescription()
short_description property (displayed as 'Short Description') of the object.Stringpublic void setShortDescription(String shortDescription)
short_description property (displayed as Short Description) of the object.shortDescription - the value to setCopyright © 2018–2021 ODPi. All rights reserved.