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
ConstructorsConstructorDescriptionDefault ConstructorCopy/clone Constructor - the resulting object. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn 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.inthashCode()Return hash code for this objectvoidsetCollectionOrder(OrderBy collectionOrder) Set up the property to use to determine the order that assets are returned.voidsetOrderByPropertyName(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, setNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorPropertiesMethods 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:
toStringin classCollectionProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classCollectionProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classCollectionProperties- Returns:
- int hash code
-