lumis.portal.group.serialization
Class GroupMemberSerializableConfig
java.lang.Object
lumis.portal.group.serialization.GroupMemberSerializableConfig
public class GroupMemberSerializableConfig
- extends Object
Serializable value object for Group Member structure properties
- Since:
- 4.0.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupMemberSerializableConfig
public GroupMemberSerializableConfig()
getId
public String getId()
setId
public void setId(String id)
getPrincipalType
public int getPrincipalType()
setPrincipalType
public void setPrincipalType(int principalType)
getChannelId
public String getChannelId()
setChannelId
public void setChannelId(String channelId)
isExternal
public boolean isExternal()
- Returns if the principal is external to the channel being exported.
- Returns:
- true if the principal is external.
- Since:
- 4.2.1
setExternal
public void setExternal(boolean external)
- Sets whether the principal is external to the channel being exported.
- Parameters:
external
- - Since:
- 4.2.1
Lumisportal 5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.