Class Groups
java.lang.Object
com.eka.middleware.auth.db.entity.Groups
The type Groups.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setCreated_date
(Timestamp created_date) void
setDeleted
(int deleted) void
setGroupId
(int group_id) void
setGroupName
(String groupName) void
setModified_date
(Timestamp modified_date) void
setTenantId
(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)
-