Class DataStore
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
org.odpi.openmetadata.accessservices.dataengine.model.Asset
org.odpi.openmetadata.accessservices.dataengine.model.DataStore
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Database
,DataFile
,FileFolder
DataStore is a java bean used to create DataStore associated with the external data engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Return the time that the data store was created.Return the description of the encoding used in the data store.Return the name of the natural language used for text strings within the data store.Return the additional properties associated with the encoding process.Return the name of the encoding style used in the data store.Return the last known time the data store was modified.Return the fully qualified physical location of the data store.int
hashCode()
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.toString()
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Asset
getDescription, getDisplayName, getOriginBusinessCapabilityGUID, getOriginOrganizationGUID, getOtherOriginValues, getOwner, getOwnerType, getZoneMembership, setDescription, setDisplayName, setOriginBusinessCapabilityGUID, setOriginOrganizationGUID, setOtherOriginValues, setOwner, setOwnerType, setZoneMembership
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.model.Referenceable
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
DataStore
public DataStore()
-
-
Method Details
-
getEncodingProperties
Return the additional properties associated with the encoding process.- Returns:
- map of name-value pairs
-
getPathName
Return the fully qualified physical location of the data store. This should be suitable for the network address of the Endpoint.- Returns:
- string name
-
getCreateTime
Return the time that the data store was created.- Returns:
- create time
-
getModifiedTime
Return the last known time the data store was modified.- Returns:
- modified time
-
getEncodingType
Return the name of the encoding style used in the data store.- Returns:
- the encoding style used in the data store
-
getEncodingLanguage
Return the name of the natural language used for text strings within the data store.- Returns:
- encodingLanguage string language name
-
getEncodingDescription
Return the description of the encoding used in the data store.- Returns:
- encodingDescription string text
-
setPathName
Set up the fully qualified physical location of the data store. This should be suitable for the network address of the Endpoint.- Parameters:
pathName
- string name
-
setCreateTime
Set up the time that the data store was created.- Parameters:
createTime
- date
-
setModifiedTime
Setup the last known time the data store was modified.- Parameters:
modifiedTime
- date
-
setEncodingType
Set up the name of the encoding style used in the data store.- Parameters:
encodingType
- string name
-
setEncodingLanguage
Set up the name of the natural language used for text strings within the data store.- Parameters:
encodingLanguage
- string language name
-
setEncodingDescription
Set up the description of the encoding used in the data store.- Parameters:
encodingDescription
- string text
-
setEncodingProperties
Set up the additional properties associated with the encoding process.- Parameters:
encodingProperties
- map of name-value pairs
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-