@ProviderType
public class GroupSoap
extends Object
implements Serializable
GroupServiceSoap
.GroupServiceSoap
,
Serialized FormConstructor and Description |
---|
GroupSoap() |
Modifier and Type | Method and Description |
---|---|
boolean |
getActive() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getCompanyId() |
long |
getCreatorUserId() |
String |
getDescription() |
String |
getFriendlyURL() |
long |
getGroupId() |
String |
getGroupKey() |
boolean |
getInheritContent() |
long |
getLiveGroupId() |
boolean |
getManualMembership() |
int |
getMembershipRestriction() |
long |
getMvccVersion() |
String |
getName() |
long |
getParentGroupId() |
long |
getPrimaryKey() |
int |
getRemoteStagingGroupCount() |
boolean |
getSite() |
String |
getTreePath() |
int |
getType() |
String |
getTypeSettings() |
String |
getUuid() |
boolean |
isActive() |
boolean |
isInheritContent() |
boolean |
isManualMembership() |
boolean |
isSite() |
void |
setActive(boolean active) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setCompanyId(long companyId) |
void |
setCreatorUserId(long creatorUserId) |
void |
setDescription(String description) |
void |
setFriendlyURL(String friendlyURL) |
void |
setGroupId(long groupId) |
void |
setGroupKey(String groupKey) |
void |
setInheritContent(boolean inheritContent) |
void |
setLiveGroupId(long liveGroupId) |
void |
setManualMembership(boolean manualMembership) |
void |
setMembershipRestriction(int membershipRestriction) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setParentGroupId(long parentGroupId) |
void |
setPrimaryKey(long pk) |
void |
setRemoteStagingGroupCount(int remoteStagingGroupCount) |
void |
setSite(boolean site) |
void |
setTreePath(String treePath) |
void |
setType(int type) |
void |
setTypeSettings(String typeSettings) |
void |
setUuid(String uuid) |
static GroupSoap |
toSoapModel(Group model) |
static GroupSoap[] |
toSoapModels(Group[] models) |
static GroupSoap[][] |
toSoapModels(Group[][] models) |
static GroupSoap[] |
toSoapModels(List<Group> models) |
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public String getUuid()
public void setUuid(String uuid)
public long getGroupId()
public void setGroupId(long groupId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getCreatorUserId()
public void setCreatorUserId(long creatorUserId)
public long getClassNameId()
public void setClassNameId(long classNameId)
public long getClassPK()
public void setClassPK(long classPK)
public long getParentGroupId()
public void setParentGroupId(long parentGroupId)
public long getLiveGroupId()
public void setLiveGroupId(long liveGroupId)
public String getTreePath()
public void setTreePath(String treePath)
public String getGroupKey()
public void setGroupKey(String groupKey)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public int getType()
public void setType(int type)
public String getTypeSettings()
public void setTypeSettings(String typeSettings)
public boolean getManualMembership()
public boolean isManualMembership()
public void setManualMembership(boolean manualMembership)
public int getMembershipRestriction()
public void setMembershipRestriction(int membershipRestriction)
public String getFriendlyURL()
public void setFriendlyURL(String friendlyURL)
public boolean getSite()
public boolean isSite()
public void setSite(boolean site)
public int getRemoteStagingGroupCount()
public void setRemoteStagingGroupCount(int remoteStagingGroupCount)
public boolean getInheritContent()
public boolean isInheritContent()
public void setInheritContent(boolean inheritContent)
public boolean getActive()
public boolean isActive()
public void setActive(boolean active)