public class DataStoreProperties extends AssetProperties
| Constructor and Description |
|---|
DataStoreProperties()
Default constructor
|
DataStoreProperties(AssetProperties template)
Copy/clone constructor.
|
DataStoreProperties(DataStoreProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
Date |
getCreateTime()
Return the time that the data store was created.
|
String |
getEncodingDescription()
Return the description of the encoding used in the data store.
|
String |
getEncodingLanguage()
Return the name of the natural language used for text strings within the data store.
|
Map<String,String> |
getEncodingProperties()
Return the additional properties associated with the encoding process.
|
String |
getEncodingType()
Return the name of the encoding style used in the data store.
|
Date |
getModifiedTime()
Return the last known time the data store was modified.
|
int |
hashCode()
Return has code based on properties.
|
void |
setCreateTime(Date createTime)
Set up the time that the data store was created.
|
void |
setEncodingDescription(String encodingDescription)
Set up the description of the encoding used in the data store.
|
void |
setEncodingLanguage(String encodingLanguage)
Set up the name of the natural language used for text strings within the data store.
|
void |
setEncodingProperties(Map<String,String> encodingProperties)
Set up the additional properties associated with the encoding process.
|
void |
setEncodingType(String encodingType)
Set up the name of the encoding style used in the data store.
|
void |
setModifiedTime(Date modifiedTime)
Setup the last known time the data store was modified.
|
String |
toString()
Standard toString method.
|
getDescription, getDisplayName, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerType, getZoneMembership, setDescription, setDisplayName, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerType, setZoneMembershipgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic DataStoreProperties()
public DataStoreProperties(DataStoreProperties template)
template - object to copypublic DataStoreProperties(AssetProperties template)
template - object to copypublic Date getCreateTime()
public void setCreateTime(Date createTime)
createTime - datepublic Date getModifiedTime()
public void setModifiedTime(Date modifiedTime)
modifiedTime - datepublic String getEncodingType()
public void setEncodingType(String encodingType)
encodingType - string namepublic String getEncodingLanguage()
public void setEncodingLanguage(String encodingLanguage)
encodingLanguage - string language namepublic String getEncodingDescription()
public void setEncodingDescription(String encodingDescription)
encodingDescription - string textpublic Map<String,String> getEncodingProperties()
public void setEncodingProperties(Map<String,String> encodingProperties)
encodingProperties - map of name-value pairspublic String toString()
toString in class AssetPropertiespublic boolean equals(Object objectToCompare)
equals in class AssetPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetPropertiesCopyright © 2018–2020 ODPi. All rights reserved.