Class Groups

java.lang.Object
com.eka.middleware.auth.db.entity.Groups

public class Groups extends Object
The type Groups.
  • Constructor Details

    • Groups

      public Groups(String groupName, int tenant_id)
    • Groups

      public Groups(String groupName, int tenant_id, Timestamp created_date, Timestamp modified_date, int deleted)
    • Groups

      public Groups(String groupName)
    • Groups

      public Groups()
  • Method Details

    • getGroupName

      public String getGroupName()
    • setGroupName

      public void setGroupName(String groupName)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getGroupId

      public int getGroupId()
    • setGroupId

      public void setGroupId(int group_id)
    • getTenantId

      public int getTenantId()
    • setTenantId

      public void setTenantId(int tenant_id)
    • getCreated_date

      public Timestamp getCreated_date()
    • setCreated_date

      public void setCreated_date(Timestamp created_date)
    • getModified_date

      public Timestamp getModified_date()
    • setModified_date

      public void setModified_date(Timestamp modified_date)
    • getDeleted

      public int getDeleted()
    • setDeleted

      public void setDeleted(int deleted)