public class ObjectTypeBean extends Object implements Serializable, Comparable<ObjectTypeBean>
| Modifier and Type | Field and Description |
|---|---|
static int |
DESCRIPTION_MAX_LENGTH |
static int |
NAME_MAX_LENGTH |
static int |
NAME_MIN_LENGTH |
| Constructor and Description |
|---|
ObjectTypeBean() |
ObjectTypeBean(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ObjectTypeBean other) |
MutableObjectTypeBean |
createMutable() |
MutableObjectBean |
createMutableObjectBean() |
MutableObjectBean |
createObjectBean()
Deprecated.
|
boolean |
equals(Object obj) |
Optional<List<Integer>> |
getChildrenObjectTypeIds() |
Date |
getCreated() |
Optional<List<Integer>> |
getDescendentObjectTypeIds() |
String |
getDescription() |
IconBean |
getIconBean() |
Integer |
getId() |
String |
getName() |
Integer |
getObjectSchemaId() |
Integer |
getParentObjectTypeId() |
int |
getPosition() |
Date |
getUpdated() |
int |
hashCode() |
boolean |
isAbstractObjectType() |
boolean |
isInherited() |
String |
toString() |
public static final int NAME_MIN_LENGTH
public static final int NAME_MAX_LENGTH
public static final int DESCRIPTION_MAX_LENGTH
public ObjectTypeBean()
public ObjectTypeBean(Integer id)
public Integer getId()
public String getName()
public String getDescription()
public IconBean getIconBean()
public int getPosition()
public Date getCreated()
public Date getUpdated()
public Integer getObjectSchemaId()
public Integer getParentObjectTypeId()
@Deprecated public MutableObjectBean createObjectBean()
public MutableObjectBean createMutableObjectBean()
public MutableObjectTypeBean createMutable()
public boolean isInherited()
public boolean isAbstractObjectType()
public int compareTo(ObjectTypeBean other)
compareTo in interface Comparable<ObjectTypeBean>Copyright © 2024 Atlassian. All rights reserved.