public abstract class Field extends nl.surfnet.coin.shared.domain.DomainObject implements Comparable<Field>
| Modifier and Type | Class and Description |
|---|---|
static class |
Field.Key |
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() |
public 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 nl.surfnet.coin.shared.domain.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 © 2013 SURFnet bv, The Netherlands. All rights reserved.