public class ValidityTable extends Reference
validity_table asset type in IGC, displayed as 'Validity Table' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected DataItem |
databaseColumns |
protected String |
longDescription |
protected String |
name |
protected String |
nativeId |
protected String |
shortDescription |
protected String |
validityType |
| Constructor and Description |
|---|
ValidityTable() |
| Modifier and Type | Method and Description |
|---|---|
DataItem |
getDatabaseColumns()
Retrieve the
database_columns property (displayed as 'Database Columns') 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 |
getTheName()
Retrieve the
name property (displayed as 'Name') of the object. |
String |
getValidityType()
Retrieve the
validity_type property (displayed as 'Validity Type') of the object. |
void |
setDatabaseColumns(DataItem databaseColumns)
Set the
database_columns property (displayed as Database Columns) 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 |
setTheName(String name)
Set the
name property (displayed as Name) of the object. |
void |
setValidityType(String validityType)
Set the
validity_type property (displayed as Validity Type) 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 DataItem databaseColumns
protected String longDescription
protected String name
protected String nativeId
protected String shortDescription
protected String validityType
public DataItem getDatabaseColumns()
database_columns property (displayed as 'Database Columns') of the object.DataItempublic void setDatabaseColumns(DataItem databaseColumns)
database_columns property (displayed as Database Columns) of the object.databaseColumns - 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 getTheName()
name property (displayed as 'Name') of the object.Stringpublic void setTheName(String name)
name property (displayed as Name) of the object.name - 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 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 setpublic String getValidityType()
validity_type property (displayed as 'Validity Type') of the object.Stringpublic void setValidityType(String validityType)
validity_type property (displayed as Validity Type) of the object.validityType - the value to setCopyright © 2018–2021 ODPi. All rights reserved.