public class GroupBase
extends java.lang.Object
implements java.io.Serializable
This represents the basic Group object.
Modifier and Type | Field and Description |
---|---|
static java.lang.Long |
SECURITYMAP_PERSONAL
Specifies that the group is a personal group.
|
static java.lang.Long |
SECURITYMAP_PUBLIC
Specifies that the group is a public group.
|
static java.lang.Long |
SECURITYMAP_TEAM
Specifies that the group is a team group.
|
Constructor and Description |
---|
GroupBase() |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getCreated()
Gets the time the group was created
|
java.lang.String |
getCreator()
Gets the creator
|
java.lang.String |
getGroupName()
Get the group name
|
java.lang.String |
getGroupTypeName()
Gets the group type name
|
java.sql.Timestamp |
getLastModified()
Retrieves the last time that the group was modified
|
java.lang.String |
getParentName()
Gets the parent name
|
java.lang.Long |
getSecurityMapId()
Gets the security map id
|
void |
setCreated(java.sql.Timestamp created_)
Sets the time the group was created
|
void |
setCreator(java.lang.String creator_)
Sets the creator
|
void |
setGroupName(java.lang.String groupName_)
Sets the group name
|
void |
setGroupTypeName(java.lang.String groupTypeName_)
Sets the group type name
|
void |
setLastModified(java.sql.Timestamp lastModified_)
Sets the last time the group was modified
|
void |
setParentName(java.lang.String parentName_)
Sets the parent name
|
void |
setSecurityMapId(java.lang.Long securityMapId_)
Sets the security map id
|
java.lang.String |
toString() |
public static final java.lang.Long SECURITYMAP_PUBLIC
public static final java.lang.Long SECURITYMAP_PERSONAL
public static final java.lang.Long SECURITYMAP_TEAM
public java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName_)
groupName_
- the group name to setgetGroupName()
public java.lang.String getParentName()
public void setParentName(java.lang.String parentName_)
parentName_
- the parent name to setgetParentName()
public java.lang.String getCreator()
public void setCreator(java.lang.String creator_)
creator_
- the creator to setgetCreator()
public java.sql.Timestamp getCreated()
public void setCreated(java.sql.Timestamp created_)
created_
- the time the group was created to setgetCreated()
public java.sql.Timestamp getLastModified()
public void setLastModified(java.sql.Timestamp lastModified_)
lastModified_
- the last time the group was modifiedpublic java.lang.String getGroupTypeName()
public void setGroupTypeName(java.lang.String groupTypeName_)
groupTypeName_
- the group type name to setgetGroupTypeName()
public java.lang.Long getSecurityMapId()
public void setSecurityMapId(java.lang.Long securityMapId_)
securityMapId_
- the security map id to setgetSecurityMapId()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.