nl.surfnet.coin.csa.domain
Class Field
java.lang.Object
nl.surfnet.coin.shared.domain.DomainObject
nl.surfnet.coin.csa.domain.Field
- All Implemented Interfaces:
- Serializable, Comparable<Field>
- Direct Known Subclasses:
- FieldImage, FieldString
@MappedSuperclass
public abstract class Field
- extends nl.surfnet.coin.shared.domain.DomainObject
- implements Comparable<Field>
Field.java
- See Also:
- Serialized Form
| Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject |
equals, getId, hashCode, setId |
Field
public Field()
Field
public Field(Field.Source source,
Field.Key key,
CompoundServiceProvider compoundServiceProvider)
getSource
public Field.Source getSource()
setSource
public void setSource(Field.Source source)
getKey
public Field.Key getKey()
setKey
public void setKey(Field.Key key)
getCompoundServiceProvider
public CompoundServiceProvider getCompoundServiceProvider()
setCompoundServiceProvider
public void setCompoundServiceProvider(CompoundServiceProvider compoundServiceProvider)
getTechnicalOriginLmng
public String getTechnicalOriginLmng()
getTechnicalOriginSurfConext
public String getTechnicalOriginSurfConext()
isUnset
public abstract boolean isUnset()
toString
public String toString()
- Overrides:
toString in class nl.surfnet.coin.shared.domain.DomainObject
compareTo
public int compareTo(Field that)
- Specified by:
compareTo in interface Comparable<Field>
getAvailableInSurfMarket
public Boolean getAvailableInSurfMarket()
- Returns:
- the availableInSurfMarket
setAvailableInSurfMarket
public void setAvailableInSurfMarket(Boolean availableInSurfMarket)
- Parameters:
availableInSurfMarket - the availableInSurfMarket to set
getAvailableInSurfConext
public Boolean getAvailableInSurfConext()
- Returns:
- the availableInSurfConext
setAvailableInSurfConext
public void setAvailableInSurfConext(Boolean availableInSurfConext)
- Parameters:
availableInSurfConext - the availableInSurfConext to set
Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.