Home All Groups

Class OrganizationLevel

java.lang.Object
cn.sparrow.model.common.AbstractOperationLog
cn.sparrow.model.organization.OrganizationLevel
All Implemented Interfaces:
Serializable, org.springframework.data.domain.Persistable<OrganizationLevelPK>
@Entity public class OrganizationLevel extends AbstractOperationLog implements org.springframework.data.domain.Persistable<OrganizationLevelPK>
See Also:
Serialized Form
  • Constructor Details

    • OrganizationLevel

      public  OrganizationLevel()
    • OrganizationLevel

      public  OrganizationLevel(OrganizationLevelPK f)
  • Method Details

    • isNew

      public  boolean  isNew()
      Specified by:
      isNew in interface  org.springframework.data.domain.Persistable<OrganizationLevelPK>