Class NestedFileProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.assets.filesandfolders.NestedFileProperties
NestedFileProperties describes the properties for the NestedFile relationship between a folder
 and a file.
- 
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorNestedFileProperties(NestedFileProperties template) Copy/clone constructor - 
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
equals, getExtendedProperties, getTypeName, hashCode, setExtendedProperties, setTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo 
- 
Constructor Details
- 
NestedFileProperties
public NestedFileProperties()Default constructor - 
NestedFileProperties
Copy/clone constructor- Parameters:
 template- object to copy
 
 - 
 - 
Method Details
- 
toString
JSON-style toString.- Overrides:
 toStringin classRelationshipBeanProperties- Returns:
 - list of properties and their values.
 
 
 -