Class GroupSecurityType

java.lang.Object
com.appiancorp.suiteapi.personalization.GroupSecurityType
All Implemented Interfaces:
Serializable

public class GroupSecurityType extends Object implements Serializable
Group security type bean, holds the groupSecurityTypeID and groupSecurityTypeName
See Also:
  • Constructor Details

    • GroupSecurityType

      public GroupSecurityType()
  • Method Details

    • getId

      public Long getId()
      Returns:
      Integer
    • getName

      public String getName()
      Returns:
      String
    • setId

      public void setId(Long id_)
      Sets the _securityTypeId.
      Parameters:
      id_ - The _securityTypeId to set
    • setName

      public void setName(String name_)
      Sets the _securityTypeName.
      Parameters:
      name_ - The _securityTypeName to set