Class Groups
java.lang.Object
com.eka.middleware.auth.db.entity.Groups
The type Groups.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetCreated_date(Timestamp created_date) voidsetDeleted(int deleted) voidsetGroupId(int group_id) voidsetGroupName(String groupName) voidsetModified_date(Timestamp modified_date) voidsetTenantId(int tenant_id) toString()
-
Constructor Details
-
Groups
-
Groups
-
Groups
-
Groups
public Groups()
-
-
Method Details
-
getGroupName
-
setGroupName
-
toString
-
getGroupId
public int getGroupId() -
setGroupId
public void setGroupId(int group_id) -
getTenantId
public int getTenantId() -
setTenantId
public void setTenantId(int tenant_id) -
getCreated_date
-
setCreated_date
-
getModified_date
-
setModified_date
-
getDeleted
public int getDeleted() -
setDeleted
public void setDeleted(int deleted)
-