nl.surfnet.coin.csa.domain
Class FieldImage

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.FieldImage
All Implemented Interfaces:
Serializable, Comparable<Field>

@Entity
public class FieldImage
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
 
Field Summary
static String FILE_POSTFIX
           
static String FILE_URL
           
 
Constructor Summary
FieldImage()
           
FieldImage(byte[] image)
           
FieldImage(Field.Source source, Field.Key key, byte[] image)
           
FieldImage(Field.Source source, Field.Key key, byte[] image, CompoundServiceProvider compoundServiceProvider)
           
FieldImage(Field.Source source, Field.Key key, CompoundServiceProvider compoundServiceProvider)
           
FieldImage(String fileUrl)
           
 
Method Summary
 String getFileUrl()
           
 byte[] getImage()
           
 boolean isUnset()
           
 void setImage(byte[] image)
           
 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
 

Field Detail

FILE_URL

public static final String FILE_URL
See Also:
Constant Field Values

FILE_POSTFIX

public static final String FILE_POSTFIX
See Also:
Constant Field Values
Constructor Detail

FieldImage

public FieldImage()

FieldImage

public FieldImage(Field.Source source,
                  Field.Key key,
                  byte[] image)

FieldImage

public FieldImage(Field.Source source,
                  Field.Key key,
                  byte[] image,
                  CompoundServiceProvider compoundServiceProvider)

FieldImage

public FieldImage(Field.Source source,
                  Field.Key key,
                  CompoundServiceProvider compoundServiceProvider)

FieldImage

public FieldImage(byte[] image)

FieldImage

public FieldImage(String fileUrl)
Method Detail

getImage

public byte[] getImage()

setImage

public void setImage(byte[] image)

getFileUrl

public String getFileUrl()

toString

public String toString()
Overrides:
toString in class Field

isUnset

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


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