public class YnqGroupName extends org.kuali.rice.krad.bo.TransientBusinessObjectBase implements Comparable<YnqGroupName>
| Modifier and Type | Field and Description |
|---|---|
static int |
GROUP_NAME_MAX_LENGTH
the max length of a group name before truncation occurs.
|
| Constructor and Description |
|---|
YnqGroupName() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(YnqGroupName ynqGroupName)
Compares by group name.
|
boolean |
equals(Object obj) |
String |
getGroupName()
gets the group name.
|
String |
getTruncGroupName()
gets the truncated group name
|
int |
hashCode() |
void |
setGroupName(String groupName)
Sets the group name.
|
public static final int GROUP_NAME_MAX_LENGTH
public String getGroupName()
public void setGroupName(String groupName)
If the group name exceeds GROUP_NAME_MAX_LENGTH
then the group name truncated and a trailing ellipse is concatenated. This value is then assigned to
the truncated group name property. If the group name does not need truncated then the entire group
name is assigned to the truncated group name property.
groupName - the group nameNullPointerException - if the group name is null.public String getTruncGroupName()
public int compareTo(YnqGroupName ynqGroupName)
compareTo in interface Comparable<YnqGroupName>Copyright © 2013 The Kuali Foundation. All Rights Reserved.