public class MasterDataInstanceQueryProperty extends Object implements QueryProperty
Modifier and Type | Field and Description |
---|---|
static MasterDataInstanceQueryProperty |
CREATION_TIME |
static MasterDataInstanceQueryProperty |
EXTERNAL_ID |
static MasterDataInstanceQueryProperty |
KEY |
static MasterDataInstanceQueryProperty |
NAME |
static MasterDataInstanceQueryProperty |
UPDATE_TIME |
Constructor and Description |
---|
MasterDataInstanceQueryProperty(String name) |
Modifier and Type | Method and Description |
---|---|
static MasterDataInstanceQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final MasterDataInstanceQueryProperty NAME
public static final MasterDataInstanceQueryProperty KEY
public static final MasterDataInstanceQueryProperty EXTERNAL_ID
public static final MasterDataInstanceQueryProperty CREATION_TIME
public static final MasterDataInstanceQueryProperty UPDATE_TIME
public MasterDataInstanceQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static MasterDataInstanceQueryProperty findByName(String propertyName)