@MappedSuperclass public abstract class Field extends DomainObject implements Comparable<Field>
| Modifier and Type | Class and Description |
|---|---|
static class |
Field.Key
These enum values are stored in the database by their ordinal.
|
static class |
Field.Source |
| Constructor and Description |
|---|
Field() |
Field(Field.Source source,
Field.Key key,
CompoundServiceProvider compoundServiceProvider) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Field that) |
Boolean |
getAvailableInSurfConext() |
Boolean |
getAvailableInSurfMarket() |
CompoundServiceProvider |
getCompoundServiceProvider() |
Field.Key |
getKey() |
Field.Source |
getSource() |
String |
getTechnicalOriginLmng() |
String |
getTechnicalOriginSurfConext() |
abstract boolean |
isUnset() |
void |
setAvailableInSurfConext(Boolean availableInSurfConext) |
void |
setAvailableInSurfMarket(Boolean availableInSurfMarket) |
void |
setCompoundServiceProvider(CompoundServiceProvider compoundServiceProvider) |
void |
setKey(Field.Key key) |
void |
setSource(Field.Source source) |
String |
toString() |
equals, getId, hashCode, setIdpublic Field()
public Field(Field.Source source, Field.Key key, CompoundServiceProvider compoundServiceProvider)
public Field.Source getSource()
public void setSource(Field.Source source)
public Field.Key getKey()
public void setKey(Field.Key key)
public CompoundServiceProvider getCompoundServiceProvider()
public void setCompoundServiceProvider(CompoundServiceProvider compoundServiceProvider)
public String getTechnicalOriginLmng()
public String getTechnicalOriginSurfConext()
public abstract boolean isUnset()
public String toString()
toString in class DomainObjectpublic int compareTo(Field that)
compareTo in interface Comparable<Field>public Boolean getAvailableInSurfMarket()
public void setAvailableInSurfMarket(Boolean availableInSurfMarket)
availableInSurfMarket - the availableInSurfMarket to setpublic Boolean getAvailableInSurfConext()
public void setAvailableInSurfConext(Boolean availableInSurfConext)
availableInSurfConext - the availableInSurfConext to setCopyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.