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 TypeMethodDescriptionintintintGets the userGroupId attribute of the UserGroupDetails objectGets the userGroupName attribute of the UserGroupDetails objectintintintbooleanbooleanbooleanvoidsetAllowUserEdit(boolean allowUserEdit) voidsetEmailDocId(int emailDocId) voidsetRequireApprove(boolean requireApprove) voidsetRequireEmailVerification(boolean requireEmailVerification) voidsetUserGroupComment(String userGroupComment) voidsetUserGroupCount(int userGroupCount) voidsetUserGroupId(int userGroupId) Sets the userGroupId attribute of the UserGroupDetails objectvoidsetUserGroupName(String userGroupName) Sets the userGroupName attribute of the UserGroupDetails objectvoidsetUserGroupType(int userGroupType) voidsetWebCount(int webCount) voidsetWebGroupCount(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
-