nl.surfnet.coin.portal.domain
Class TextContent

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

public class TextContent
extends nl.surfnet.coin.shared.domain.DomainObject

Author:
steinwelberg
See Also:
Serialized Form

Constructor Summary
TextContent()
           
 
Method Summary
 String getField()
           
 String getText()
           
 void setField(String field)
           
 void setText(String text)
           
 
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
 

Constructor Detail

TextContent

public TextContent()
Method Detail

setField

public void setField(String field)
Parameters:
field - the field to set

getField

public String getField()
Returns:
the field

setText

public void setText(String text)
Parameters:
text - the text to set

getText

public String getText()
Returns:
the text


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.