public class Tuple extends Reference
tuple asset type in IGC, displayed as 'Tuple' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected String |
created_by
The
created_by property, displayed as 'Created By' in the IGC UI. |
protected Date |
created_on
The
created_on property, displayed as 'Created On' in the IGC UI. |
protected String |
long_description
The
long_description property, displayed as 'Long Description' in the IGC UI. |
protected String |
modified_by
The
modified_by property, displayed as 'Modified By' in the IGC UI. |
protected Date |
modified_on
The
modified_on property, displayed as 'Modified On' in the IGC UI. |
protected String |
name
The
name property, displayed as 'Name' in the IGC UI. |
protected String |
short_description
The
short_description property, displayed as 'Short Description' in the IGC UI. |
protected ReferenceList |
tuple_attributes
The
tuple_attributes property, displayed as 'Tuple Attributes' in the IGC UI. |
| Constructor and Description |
|---|
Tuple() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
canBeCreated() |
static List<String> |
getAllProperties() |
String |
getCreatedBy() |
Date |
getCreatedOn() |
static String |
getIgcTypeDisplayName() |
static String |
getIgcTypeId() |
String |
getLongDescription() |
String |
getModifiedBy() |
Date |
getModifiedOn() |
static List<String> |
getNonRelationshipProperties() |
static List<String> |
getPagedRelationshipProperties() |
String |
getShortDescription() |
static List<String> |
getStringProperties() |
String |
getTheName() |
ReferenceList |
getTupleAttributes() |
static Boolean |
includesModificationDetails() |
static Boolean |
isTuple(Object obj) |
void |
setCreatedBy(String created_by) |
void |
setCreatedOn(Date created_on) |
void |
setLongDescription(String long_description) |
void |
setModifiedBy(String modified_by) |
void |
setModifiedOn(Date modified_on) |
void |
setShortDescription(String short_description) |
void |
setTheName(String name) |
void |
setTupleAttributes(ReferenceList tuple_attributes) |
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 short_description
short_description property, displayed as 'Short Description' in the IGC UI.protected String long_description
long_description property, displayed as 'Long Description' in the IGC UI.protected ReferenceList tuple_attributes
tuple_attributes property, displayed as 'Tuple Attributes' in the IGC UI.
ReferenceList of TupleAttribute objects.protected String created_by
created_by property, displayed as 'Created By' in the IGC UI.protected Date created_on
created_on property, displayed as 'Created On' in the IGC UI.protected String modified_by
modified_by property, displayed as 'Modified By' in the IGC UI.protected Date modified_on
modified_on property, displayed as 'Modified On' in the IGC UI.public static String getIgcTypeId()
public static String getIgcTypeDisplayName()
public String getShortDescription()
short_descriptionpublic void setShortDescription(String short_description)
short_descriptionpublic String getLongDescription()
long_descriptionpublic void setLongDescription(String long_description)
long_descriptionpublic ReferenceList getTupleAttributes()
tuple_attributespublic void setTupleAttributes(ReferenceList tuple_attributes)
tuple_attributespublic String getCreatedBy()
created_bypublic void setCreatedBy(String created_by)
created_bypublic Date getCreatedOn()
created_onpublic void setCreatedOn(Date created_on)
created_onpublic String getModifiedBy()
modified_bypublic void setModifiedBy(String modified_by)
modified_bypublic Date getModifiedOn()
modified_onpublic void setModifiedOn(Date modified_on)
modified_onpublic static Boolean canBeCreated()
public static Boolean includesModificationDetails()
Copyright © 2018–2019 ODPi. All rights reserved.