Class DataClassDataCategoryConnectionImpl
Object
EntityImpl
ResourceImpl
DataClassDataCategoryConnectionImpl
- All Implemented Interfaces:
DataClassDataCategoryConnection,Entity,Resource,Serializable
public class DataClassDataCategoryConnectionImpl
extends ResourceImpl
implements DataClassDataCategoryConnection
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanNamedResourceReferenceReturns the data category connected to the data class.Returns the data class connected to the data category.inthashCode()voidsetDataCategory(NamedResourceReference dataCategory) voidsetDataClass(Classification dataClass) toString()Methods inherited from class ResourceImpl
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem, setCreatedBy, setCreatedOn, setLastModifiedBy, setLastModifiedOn, setResourceType, setSystemMethods inherited from class EntityImpl
getId, setIdMethods inherited from interface Entity
getId, setIdMethods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
Constructor Details
-
DataClassDataCategoryConnectionImpl
public DataClassDataCategoryConnectionImpl()
-
-
Method Details
-
getDataCategory
public NamedResourceReference getDataCategory()Description copied from interface:DataClassDataCategoryConnectionReturns the data category connected to the data class.- Specified by:
getDataCategoryin interfaceDataClassDataCategoryConnection- Returns:
- the linked data category
-
getDataClass
Description copied from interface:DataClassDataCategoryConnectionReturns the data class connected to the data category.- Specified by:
getDataClassin interfaceDataClassDataCategoryConnection- Returns:
- the data class
-
setDataCategory
public void setDataCategory(NamedResourceReference dataCategory) -
setDataClass
-
equals
- Overrides:
equalsin classEntityImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classEntityImpl
-
toString
- Overrides:
toStringin classResourceImpl
-
builder
-