public class DataStoreProperties extends DataAssetProperties
| Constructor and Description |
|---|
DataStoreProperties()
Default constructor
|
DataStoreProperties(DataAssetProperties 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.
|
String |
getPathName()
Return the fully qualified physical location of the data store.
|
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.
|
void |
setPathName(String pathName)
Set up the fully qualified physical location of the data store.
|
String |
toString()
Standard toString method.
|
getIsReferenceAsset, setIsReferenceAssetgetOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerCategory, getTechnicalDescription, getTechnicalName, getZoneMembership, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerCategory, setTechnicalDescription, setTechnicalName, setZoneMembershipgetAbbreviation, getDescription, getDisplayName, getSummary, getUsage, setAbbreviation, setDescription, setDisplayName, setSummary, setUsagegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic DataStoreProperties()
public DataStoreProperties(DataStoreProperties template)
template - object to copypublic DataStoreProperties(DataAssetProperties template)
template - object to copypublic String getPathName()
public void setPathName(String pathName)
pathName - string namepublic 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 DataAssetPropertiespublic boolean equals(Object objectToCompare)
equals in class DataAssetPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class DataAssetPropertiesCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.