public class ServerObjectId extends Object implements Serializable
| Constructor and Description |
|---|
ServerObjectId()
Instantiates a new server object id.
|
ServerObjectId(Integer columnIndex,
String id,
String name,
ServerObjectType type)
Instantiates a new server object id.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getColumnIndex()
Gets the column index.
|
String |
getId()
Gets the id.
|
String |
getName()
Gets the name.
|
ServerObjectType |
getType()
Gets the type.
|
void |
setColumnIndex(Integer columnIndex)
Sets the column index.
|
void |
setId(String id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setType(ServerObjectType type)
Sets the type.
|
String |
toString() |
public ServerObjectId()
public ServerObjectId(Integer columnIndex, String id, String name, ServerObjectType type)
columnIndex - the column indexid - the idname - the nametype - the typepublic Integer getColumnIndex()
public void setColumnIndex(Integer columnIndex)
columnIndex - the columnIndex to setpublic String getId()
public void setId(String id)
id - the id to setpublic String getName()
public void setName(String name)
name - the name to setpublic ServerObjectType getType()
public void setType(ServerObjectType type)
type - the type to setCopyright © 2016. All Rights Reserved.