@Deprecated public class LinkType extends java.lang.Object implements java.io.Serializable, DeepCloneable
Modifier and Type | Field and Description |
---|---|
protected static Logger |
LOG
Deprecated.
|
Constructor and Description |
---|
LinkType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Deprecated.
Clone this object.
|
boolean |
equals(java.lang.Object obj_)
Deprecated.
Is this LinkType equal to the given object?
|
java.lang.String |
getDescription()
Deprecated.
Get the link type's description.
|
java.lang.Long |
getId()
Deprecated.
Get the link type's id.
|
java.lang.Integer |
getLocalObjectType()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
Get the link type's name.
|
java.lang.String |
getPrefix()
Deprecated.
Get the link type's prefix.
|
java.lang.String |
getSuffix()
Deprecated.
Get the link type's suffix.
|
int |
hashCode()
Deprecated.
|
void |
setDescription(java.lang.String description_)
Deprecated.
Set the link type's description.
|
void |
setId(java.lang.Long id_)
Deprecated.
Set the link type's id
|
void |
setLocalObjectType(java.lang.Integer localObjectType_)
Deprecated.
Sets the local object type of this link type.
|
void |
setName(java.lang.String name_)
Deprecated.
Set the link type's name.
|
void |
setPrefix(java.lang.String prefix_)
Deprecated.
Set the link type's prefix.
|
void |
setSuffix(java.lang.String suffix_)
Deprecated.
Set the link type's suffix.
|
public boolean equals(java.lang.Object obj_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object clone()
clone
in interface DeepCloneable
clone
in class java.lang.Object
public java.lang.String getDescription()
public void setDescription(java.lang.String description_)
description_
- The description.public java.lang.Long getId()
public void setId(java.lang.Long id_)
id_
- The id.public java.lang.String getName()
public void setName(java.lang.String name_)
name_
- The name.public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix_)
prefix_
- The prefix.public java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix_)
suffix_
- The suffix.public java.lang.Integer getLocalObjectType()
public void setLocalObjectType(java.lang.Integer localObjectType_)
localObjectType_
- The localObjectType to set.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.