Class GroupMemberSerializableConfig


  • public class GroupMemberSerializableConfig
    extends java.lang.Object
    Serializable value object for Group Member structure properties
    Since:
    4.0.7
    Version:
    $Revision: 10458 $ $Date: 2009-06-02 15:49:09 -0300 (Tue, 02 Jun 2009) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChannelId()  
      java.lang.String getId()  
      int getPrincipalType()  
      boolean isExternal()
      Returns if the principal is external to the channel being exported.
      void setChannelId​(java.lang.String channelId)  
      void setExternal​(boolean external)
      Sets whether the principal is external to the channel being exported.
      void setId​(java.lang.String id)  
      void setPrincipalType​(int principalType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupMemberSerializableConfig

        public GroupMemberSerializableConfig()
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getPrincipalType

        public int getPrincipalType()
      • setPrincipalType

        public void setPrincipalType​(int principalType)
      • getChannelId

        public java.lang.String getChannelId()
      • setChannelId

        public void setChannelId​(java.lang.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