Class ContributionProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipBeanProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.actors.ContributionProperties
ContributionProperties describes the properties for the Contribution relationship between an actor profile and
 a contribution record element.
- 
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorContributionProperties(ContributionProperties 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
- 
ContributionProperties
public ContributionProperties()Default constructor - 
ContributionProperties
Copy/clone constructor- Parameters:
 template- object to copy
 
 - 
 - 
Method Details
- 
toString
JSON-style toString.- Overrides:
 toStringin classRelationshipBeanProperties- Returns:
 - list of properties and their values.
 
 
 -