public class InstanceAttributeDTO extends Object implements Serializable
org.polarsys.eplmp.core.meta.InstanceAttribute
entityModifier and Type | Class and Description |
---|---|
static class |
InstanceAttributeDTO.TypeEnum |
Constructor and Description |
---|
InstanceAttributeDTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<NameValuePairDTO> |
getItems()
Instance attribute LOV items
|
Boolean |
getLocked()
Locked flag
|
String |
getLovName()
Instance attribute LOV name
|
Boolean |
getMandatory()
Mandatory flag
|
String |
getName()
Instance attribute name
|
InstanceAttributeDTO.TypeEnum |
getType()
Instance attribute type
|
String |
getValue()
Instance attribute value
|
String |
getWorkspaceId()
Workspace id
|
int |
hashCode() |
void |
setItems(List<NameValuePairDTO> items) |
void |
setLocked(Boolean locked) |
void |
setLovName(String lovName) |
void |
setMandatory(Boolean mandatory) |
void |
setName(String name) |
void |
setType(InstanceAttributeDTO.TypeEnum type) |
void |
setValue(String value) |
void |
setWorkspaceId(String workspaceId) |
String |
toString() |
public String getWorkspaceId()
public void setWorkspaceId(String workspaceId)
public String getName()
public void setName(String name)
public Boolean getMandatory()
public void setMandatory(Boolean mandatory)
public Boolean getLocked()
public void setLocked(Boolean locked)
public InstanceAttributeDTO.TypeEnum getType()
public void setType(InstanceAttributeDTO.TypeEnum type)
public String getValue()
public void setValue(String value)
public String getLovName()
public void setLovName(String lovName)
public List<NameValuePairDTO> getItems()
public void setItems(List<NameValuePairDTO> items)
Copyright © 2019 DocDoku. All rights reserved.