public class TRId extends Object implements Serializable
| Constructor and Description |
|---|
TRId() |
TRId(String id) |
TRId(String id,
TabResourceType tabResourceType,
String tableId) |
TRId(String id,
TabResourceType tabResourceType,
String tableTypeName,
String tableId,
String tableType) |
TRId(String id,
TabResourceType tabResourceType,
String tableTypeName,
String tableId,
String tableType,
String referenceTargetTableId,
boolean viewTable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(TRId equals) |
String |
getId() |
String |
getReferenceTargetTableId() |
String |
getTableId() |
String |
getTableType() |
String |
getTableTypeName() |
TabResourceType |
getTabResourceType() |
boolean |
isViewTable() |
static TRId |
newInstance(TRId trId) |
void |
setId(String id) |
void |
setReferenceTargetTableId(String referenceTargetTableId) |
void |
setTableId(String tableId) |
void |
setTableType(String tableType) |
void |
setTableTypeName(String tableTypeName) |
void |
setTabResourceType(TabResourceType tabResourceType) |
void |
setViewTable(boolean viewTable) |
String |
toString() |
public TRId()
public TRId(String id)
public TRId(String id, TabResourceType tabResourceType, String tableId)
public TRId(String id, TabResourceType tabResourceType, String tableTypeName, String tableId, String tableType)
public String getId()
public void setId(String id)
public TabResourceType getTabResourceType()
public void setTabResourceType(TabResourceType tabResourceType)
public String getTableTypeName()
public void setTableTypeName(String tableTypeName)
public String getTableId()
public void setTableId(String tableId)
public String getTableType()
public void setTableType(String tableType)
public String getReferenceTargetTableId()
public void setReferenceTargetTableId(String referenceTargetTableId)
public boolean isViewTable()
public void setViewTable(boolean viewTable)
public boolean equals(TRId equals)
Copyright © 2018. All Rights Reserved.