Home All Groups

Class OrganizationGroup

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

    • OrganizationGroup

      public  OrganizationGroup()
    • OrganizationGroup

      public  OrganizationGroup(OrganizationGroupPK f)
  • Method Details

    • isNew

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