org.kuali.student.contract.model.test.source
Class RichTextInfo

java.lang.Object
  extended by org.kuali.student.contract.model.test.source.RichTextInfo
All Implemented Interfaces:
Serializable, RichText

public class RichTextInfo
extends Object
implements RichText, Serializable

See Also:
Serialized Form

Nested Class Summary
static class RichTextInfo.Builder
           
 
Field Summary
private  List<Element> _futureElements
           
private  String formatted
           
private  String plain
           
private static long serialVersionUID
           
 
Constructor Summary
private RichTextInfo()
           
private RichTextInfo(RichText builder)
           
 
Method Summary
 String getFormatted()
          Get ????

Type: String

???

 String getPlain()
          Get ????

Type: String

???

 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

plain

private final String plain

formatted

private final String formatted

_futureElements

private final List<Element> _futureElements
Constructor Detail

RichTextInfo

private RichTextInfo()

RichTextInfo

private RichTextInfo(RichText builder)
Method Detail

getPlain

public String getPlain()
Description copied from interface: RichText
Get ????

Type: String

???

Specified by:
getPlain in interface RichText

getFormatted

public String getFormatted()
Description copied from interface: RichText
Get ????

Type: String

???

Specified by:
getFormatted in interface RichText

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.