Class CpoFunctionGroupBean
java.lang.Object
org.synchronoss.cpo.core.meta.bean.CpoClassBean
org.synchronoss.cpo.core.meta.bean.CpoFunctionGroupBean
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CpoFunctionGroup
Plain-data holder for the fields of a CPO function group as loaded from meta XML: the group's
name (inherited from
CpoClassBean) and its CRUD type (INSERT, RETRIEVE, UPDATE, DELETE,
EXIST, EXECUTE). CpoFunctionGroup extends this with
the runtime behavior (its list of functions).- Author:
- dberry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.synchronoss.cpo.core.meta.bean.CpoClassBean
getDescription, getName, setDescription, setName
-
Constructor Details
-
CpoFunctionGroupBean
public CpoFunctionGroupBean()Creates an empty instance.
-
-
Method Details
-
getType
Gets the CRUD type of this function group (e.g.INSERT,RETRIEVE).- Returns:
- the CRUD type name
-
setType
Sets the CRUD type of this function group.- Parameters:
type- the CRUD type name
-
hashCode
public int hashCode()- Overrides:
hashCodein classCpoClassBean
-
toString
- Overrides:
toStringin classCpoClassBean
-
equals
- Overrides:
equalsin classCpoClassBean
-