Class CpoClassBean
java.lang.Object
org.synchronoss.cpo.core.meta.bean.CpoClassBean
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CpoArgument,CpoClass,CpoFunctionGroupBean
Plain-data holder for a name and description, the common base for the CPO metadata bean classes
(
CpoClass, CpoArgument, CpoFunctionGroup) that all identify themselves
primarily by name.- Author:
- dberry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the human-readable description of this metadata element, as loaded from the meta XML.getName()Gets the name of this metadata element.inthashCode()voidsetDescription(String description) Sets the human-readable description of this metadata element.voidSets the name of this metadata element.toString()
-
Constructor Details
-
CpoClassBean
public CpoClassBean()Creates an empty instance.
-
-
Method Details
-
getName
Gets the name of this metadata element.- Returns:
- the name
-
setName
Sets the name of this metadata element.- Parameters:
name- the name
-
getDescription
Gets the human-readable description of this metadata element, as loaded from the meta XML.- Returns:
- the description, or
nullif none was specified
-
setDescription
Sets the human-readable description of this metadata element.- Parameters:
description- the description
-
hashCode
public int hashCode() -
toString
-
equals
-