Class GroupTypeBase

java.lang.Object
com.appiancorp.suiteapi.personalization.GroupTypeBase
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GroupType

public class GroupTypeBase extends Object implements Serializable

This represents the base GroupType object.

See Also:
  • Constructor Details

    • GroupTypeBase

      public GroupTypeBase()
  • Method Details

    • getGroupTypeName

      public String getGroupTypeName()
    • setGroupTypeName

      public void setGroupTypeName(String groupTypeName)
    • getCreator

      public String getCreator()
    • setCreator

      public void setCreator(String creator)
    • getCreated

      public Timestamp getCreated()
    • setCreated

      public void setCreated(Timestamp created)
    • getLastModified

      public Timestamp getLastModified()
    • setLastModified

      public void setLastModified(Timestamp lastModified)
    • toString

      public String toString()
      Overrides:
      toString in class Object