public class ContractParameterPref extends IdTitle
Modifier and Type | Class and Description |
---|---|
static class |
ContractParameterPref.ContractParameterPrefType |
Constructor and Description |
---|
ContractParameterPref() |
Modifier and Type | Method and Description |
---|---|
int |
getSort() |
ContractParameterPref.ContractParameterPrefType |
getType() |
boolean |
isAlwaysVisible() |
boolean |
isHistory() |
boolean |
isRead() |
boolean |
isWrite() |
void |
setAlwaysVisible(boolean alwaysVisible) |
void |
setHistory(boolean history) |
void |
setRead(boolean read) |
void |
setSort(int sort) |
void |
setType(ContractParameterPref.ContractParameterPrefType type) |
void |
setWrite(boolean write) |
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
public ContractParameterPref.ContractParameterPrefType getType()
public void setType(ContractParameterPref.ContractParameterPrefType type)
public int getSort()
public void setSort(int sort)
public boolean isHistory()
public void setHistory(boolean history)
public boolean isRead()
public void setRead(boolean read)
public boolean isWrite()
public void setWrite(boolean write)
public boolean isAlwaysVisible()
public void setAlwaysVisible(boolean alwaysVisible)