public class DevelopmentLog extends Reference
development_log asset type in IGC, displayed as 'DevelopmentLog' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
activity
The
activity property, displayed as 'Activity' in the IGC UI. |
protected String |
comment
The
comment property, displayed as 'Comment' in the IGC UI. |
protected Date |
date
The
date property, displayed as 'Date' in the IGC UI. |
protected String |
new_state
The
new_state property, displayed as 'New State' in the IGC UI. |
protected String |
person
The
person property, displayed as 'Person' in the IGC UI. |
protected String |
workflow_task
The
workflow_task property, displayed as 'Workflow Task' in the IGC UI. |
| Constructor and Description |
|---|
DevelopmentLog() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
String |
getActivity() |
static List<String> |
getAllProperties() |
String |
getComment() |
Date |
getDate() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
String |
getNewState() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
String |
getPerson() |
static List<String> |
getStringProperties() |
String |
getWorkflowTask() |
static Boolean |
includesModificationDetails() |
static Boolean |
isDevelopmentLog(Object obj) |
void |
setActivity(String activity) |
void |
setComment(String comment) |
void |
setDate(Date date) |
void |
setNewState(String new_state) |
void |
setPerson(String person) |
void |
setWorkflowTask(String workflow_task) |
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 Date date
date property, displayed as 'Date' in the IGC UI.protected String workflow_task
workflow_task property, displayed as 'Workflow Task' in the IGC UI.protected String activity
activity property, displayed as 'Activity' in the IGC UI.protected String new_state
new_state property, displayed as 'New State' in the IGC UI.protected String person
person property, displayed as 'Person' in the IGC UI.protected String comment
comment property, displayed as 'Comment' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getWorkflowTask()
workflow_taskpublic void setWorkflowTask(String workflow_task)
workflow_taskpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.