nl.surfnet.coin.csa.domain
Class FieldString

java.lang.Object
  extended by nl.surfnet.coin.shared.domain.DomainObject
      extended by nl.surfnet.coin.csa.domain.Field
          extended by nl.surfnet.coin.csa.domain.FieldString
All Implemented Interfaces:
Serializable, Comparable<Field>

@Entity
public class FieldString
extends Field

StringField.java

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class nl.surfnet.coin.csa.domain.Field
Field.Key, Field.Source
 
Constructor Summary
FieldString()
           
FieldString(Field.Source source, Field.Key key, String value)
           
FieldString(Field.Source source, Field.Key key, String value, CompoundServiceProvider compoundServiceProvider)
           
 
Method Summary
 String getValue()
           
 boolean isUnset()
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class nl.surfnet.coin.csa.domain.Field
compareTo, getAvailableInSurfConext, getAvailableInSurfMarket, getCompoundServiceProvider, getKey, getSource, getTechnicalOriginLmng, getTechnicalOriginSurfConext, setAvailableInSurfConext, setAvailableInSurfMarket, setCompoundServiceProvider, setKey, setSource
 
Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject
equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldString

public FieldString()

FieldString

public FieldString(Field.Source source,
                   Field.Key key,
                   String value)

FieldString

public FieldString(Field.Source source,
                   Field.Key key,
                   String value,
                   CompoundServiceProvider compoundServiceProvider)
Method Detail

toString

public String toString()
Overrides:
toString in class Field

getValue

public String getValue()

setValue

public void setValue(String value)

isUnset

public boolean isUnset()
Specified by:
isUnset in class Field


Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.