Class CollectionFolderProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionFolderProperties
CollectionFolderProperties defines the properties used to create a Folder classification for a collection.
-
Constructor Summary
ConstructorDescriptionDefault ConstructorCopy/clone Constructor - the resulting object. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the property to use to determine the order that member are returned.Return the name of the property to use if collectionOrdering is OTHER.int
hashCode()
Return hash code for this objectvoid
setCollectionOrder
(OrderBy collectionOrder) Set up the property to use to determine the order that assets are returned.void
setOrderByPropertyName
(String orderByPropertyName) Set up the name of the property to use if collectionOrdering is OTHER.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.collections.CollectionProperties
getCollectionType, getDescription, getName, setCollectionType, setDescription, setName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
CollectionFolderProperties
public CollectionFolderProperties()Default Constructor -
CollectionFolderProperties
Copy/clone Constructor - the resulting object.- Parameters:
template
- object being copied
-
-
Method Details
-
getCollectionOrder
Return the property to use to determine the order that member are returned.- Returns:
- AssetCollectionOrder enum
-
setCollectionOrder
Set up the property to use to determine the order that assets are returned.- Parameters:
collectionOrder
- AssetCollectionOrder enum
-
getOrderByPropertyName
Return the name of the property to use if collectionOrdering is OTHER.- Returns:
- property name
-
setOrderByPropertyName
Set up the name of the property to use if collectionOrdering is OTHER.- Parameters:
orderByPropertyName
- test
-
toString
JSON-style toString- Overrides:
toString
in classCollectionProperties
- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equals
in classCollectionProperties
- Parameters:
objectToCompare
- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classCollectionProperties
- Returns:
- int hash code
-