nl.surfnet.coin.csa.domain
Class Screenshot

java.lang.Object
  extended by nl.surfnet.coin.shared.domain.DomainObject
      extended by nl.surfnet.coin.csa.domain.Screenshot
All Implemented Interfaces:
Serializable

@Entity
public class Screenshot
extends nl.surfnet.coin.shared.domain.DomainObject

See Also:
Serialized Form

Field Summary
static String FILE_URL
           
 
Constructor Summary
Screenshot()
           
Screenshot(byte[] image)
           
Screenshot(Long id)
           
 
Method Summary
 CompoundServiceProvider getCompoundServiceProvider()
           
 String getFileUrl()
           
 byte[] getImage()
           
 void setCompoundServiceProvider(CompoundServiceProvider compoundServiceProvider)
           
 void setImage(byte[] image)
           
 
Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject
equals, getId, hashCode, setId, toString
 
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
Constructor Detail

Screenshot

public Screenshot()

Screenshot

public Screenshot(Long id)

Screenshot

public Screenshot(byte[] image)
Method Detail

getImage

public byte[] getImage()

getFileUrl

public String getFileUrl()

setImage

public void setImage(byte[] image)

getCompoundServiceProvider

public CompoundServiceProvider getCompoundServiceProvider()

setCompoundServiceProvider

public void setCompoundServiceProvider(CompoundServiceProvider compoundServiceProvider)


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