Package sk.iway.iwcm.users
Class UserGroupDetailsWrapper
java.lang.Object
sk.iway.iwcm.users.UserGroupDetailsWrapper
Docasna kopia triedy UserGroupDetails bez extendovania ActionForm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
Gets the userGroupId attribute of the UserGroupDetails objectGets the userGroupName attribute of the UserGroupDetails objectint
int
int
boolean
boolean
boolean
void
setAllowUserEdit
(boolean allowUserEdit) void
setEmailDocId
(int emailDocId) void
setRequireApprove
(boolean requireApprove) void
setRequireEmailVerification
(boolean requireEmailVerification) void
setUserGroupComment
(String userGroupComment) void
setUserGroupCount
(int userGroupCount) void
setUserGroupId
(int userGroupId) Sets the userGroupId attribute of the UserGroupDetails objectvoid
setUserGroupName
(String userGroupName) Sets the userGroupName attribute of the UserGroupDetails objectvoid
setUserGroupType
(int userGroupType) void
setWebCount
(int webCount) void
setWebGroupCount
(int webGroupCount)
-
Constructor Details
-
UserGroupDetailsWrapper
public UserGroupDetailsWrapper() -
UserGroupDetailsWrapper
-
-
Method Details
-
getUserGroupNameComment
-
getUserGroupId
public int getUserGroupId()Gets the userGroupId attribute of the UserGroupDetails object- Returns:
- The userGroupId value
-
setUserGroupId
public void setUserGroupId(int userGroupId) Sets the userGroupId attribute of the UserGroupDetails object- Parameters:
userGroupId
- The new userGroupId value
-
setUserGroupName
Sets the userGroupName attribute of the UserGroupDetails object- Parameters:
userGroupName
- The new userGroupName value
-
getUserGroupName
Gets the userGroupName attribute of the UserGroupDetails object- Returns:
- The userGroupName value
-
getUserGroupType
public int getUserGroupType() -
setUserGroupType
public void setUserGroupType(int userGroupType) -
getUserGroupComment
-
setUserGroupComment
-
getEmailDocId
public int getEmailDocId()- Returns:
- Returns the emailDocId.
-
setEmailDocId
public void setEmailDocId(int emailDocId) - Parameters:
emailDocId
- The emailDocId to set.
-
isRequireApprove
public boolean isRequireApprove()- Returns:
- Returns the requireApprove.
-
setRequireApprove
public void setRequireApprove(boolean requireApprove) - Parameters:
requireApprove
- The requireApprove to set.
-
isAllowUserEdit
public boolean isAllowUserEdit()- Returns:
- Returns the allowUserEdit.
-
setAllowUserEdit
public void setAllowUserEdit(boolean allowUserEdit) - Parameters:
allowUserEdit
- The allowUserEdit to set.
-
isRequireEmailVerification
public boolean isRequireEmailVerification() -
setRequireEmailVerification
public void setRequireEmailVerification(boolean requireEmailVerification) -
getUserGroupCount
public int getUserGroupCount() -
setUserGroupCount
public void setUserGroupCount(int userGroupCount) -
getWebGroupCount
public int getWebGroupCount() -
setWebGroupCount
public void setWebGroupCount(int webGroupCount) -
getWebCount
public int getWebCount() -
setWebCount
public void setWebCount(int webCount) -
getUserGroupTypeStr
-