public class Analysissummaryobject extends MainObject
analysissummaryobject asset type in IGC, displayed as 'AnalysisSummaryObject' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isViewable |
protected String |
nativeId |
protected String |
projectName |
protected Steward |
promotedByPrincipal |
protected Date |
reviewDate |
protected Steward |
reviewedByPrincipal |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
Analysissummaryobject() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsViewable()
Retrieve the
is_viewable property (displayed as 'Is Viewable') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getProjectName()
Retrieve the
project_name property (displayed as 'Project Name') of the object. |
Steward |
getPromotedByPrincipal()
Retrieve the
promoted_by_principal property (displayed as 'Promoted By Principal') of the object. |
Date |
getReviewDate()
Retrieve the
review_date property (displayed as 'Review Date') of the object. |
Steward |
getReviewedByPrincipal()
Retrieve the
reviewed_by_principal property (displayed as 'Reviewed By Principal') of the object. |
void |
setIsViewable(Boolean isViewable)
Set the
is_viewable property (displayed as Is Viewable) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setProjectName(String projectName)
Set the
project_name property (displayed as Project Name) of the object. |
void |
setPromotedByPrincipal(Steward promotedByPrincipal)
Set the
promoted_by_principal property (displayed as Promoted By Principal) of the object. |
void |
setReviewDate(Date reviewDate)
Set the
review_date property (displayed as Review Date) of the object. |
void |
setReviewedByPrincipal(Steward reviewedByPrincipal)
Set the
reviewed_by_principal property (displayed as Reviewed By Principal) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, 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 Boolean isViewable
protected String nativeId
protected String projectName
protected Steward promotedByPrincipal
protected Date reviewDate
protected Steward reviewedByPrincipal
public Boolean getIsViewable()
is_viewable property (displayed as 'Is Viewable') of the object.Booleanpublic void setIsViewable(Boolean isViewable)
is_viewable property (displayed as Is Viewable) of the object.isViewable - 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 getProjectName()
project_name property (displayed as 'Project Name') of the object.Stringpublic void setProjectName(String projectName)
project_name property (displayed as Project Name) of the object.projectName - the value to setpublic Steward getPromotedByPrincipal()
promoted_by_principal property (displayed as 'Promoted By Principal') of the object.Stewardpublic void setPromotedByPrincipal(Steward promotedByPrincipal)
promoted_by_principal property (displayed as Promoted By Principal) of the object.promotedByPrincipal - the value to setpublic Date getReviewDate()
review_date property (displayed as 'Review Date') of the object.Datepublic void setReviewDate(Date reviewDate)
review_date property (displayed as Review Date) of the object.reviewDate - the value to setpublic Steward getReviewedByPrincipal()
reviewed_by_principal property (displayed as 'Reviewed By Principal') of the object.Stewardpublic void setReviewedByPrincipal(Steward reviewedByPrincipal)
reviewed_by_principal property (displayed as Reviewed By Principal) of the object.reviewedByPrincipal - the value to setCopyright © 2018–2021 ODPi. All rights reserved.