Object
EntityImpl
ResourceImpl
NamedResourceImpl
ClassificationImpl
All Implemented Interfaces:
Classification, Entity, NamedResource, Resource, Serializable

public class ClassificationImpl extends NamedResourceImpl implements Classification
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Field Summary

    Fields inherited from class NamedResourceImpl

    BY_NAME_COMPARATOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class NamedResourceImpl

    getName, setName

    Methods inherited from class ResourceImpl

    getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem, setCreatedBy, setCreatedOn, setLastModifiedBy, setLastModifiedOn, setResourceType, setSystem

    Methods inherited from class EntityImpl

    equals, getId, hashCode, setId

    Methods inherited from class Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface Entity

    getId, setId

    Methods inherited from interface NamedResource

    getName

    Methods inherited from interface Resource

    getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
  • Constructor Details

    • ClassificationImpl

      public ClassificationImpl()
  • Method Details