public class UDLProperty extends Object implements Serializable
| Constructor and Description |
|---|
UDLProperty() |
UDLProperty(String entityType,
String code) |
UDLProperty(String entityType,
String code,
String property) |
UDLProperty(String entityType,
String code,
String property,
BigInteger sequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getEntityType() |
String |
getProperty() |
BigInteger |
getSequenceNumber() |
void |
setCode(String code) |
void |
setEntityType(String entityType) |
void |
setProperty(String property) |
void |
setSequenceNumber(BigInteger sequenceNumber) |
String |
toString() |
public UDLProperty()
public UDLProperty(String entityType, String code, String property, BigInteger sequenceNumber)
public String getEntityType()
public void setEntityType(String entityType)
public String getCode()
public void setCode(String code)
public String getProperty()
public void setProperty(String property)
public BigInteger getSequenceNumber()
public void setSequenceNumber(BigInteger sequenceNumber)
Copyright © 2020 CERN European Organization for Nuclear Research. All rights reserved.