org.omnaest.utils.structure.table.concrete.internal
Class TitleImpl<E>

java.lang.Object
  extended by org.omnaest.utils.structure.table.concrete.internal.TitleImpl<E>
All Implemented Interfaces:
Serializable, TableInternal.StripeData.TitleInternal, TableInternal.TableComponentInternal, Table.Stripe.Title, Table.TableComponent

public class TitleImpl<E>
extends Object
implements TableInternal.StripeData.TitleInternal

Author:
Omnaest
See Also:
Table, Table.Stripe.Title, Serialized Form

Field Summary
protected  Object value
           
 
Constructor Summary
TitleImpl()
           
 
Method Summary
 Object getValue()
          Gets the value of a Table.Stripe.Title
 String getValueAsString()
          Gets the value of a Table.Stripe.Title as String
 boolean hasEqualValueTo(Table.Stripe.Title title)
          Returns true if this and the given Table.Stripe.Title instance have an equal value.
 void setValue(Object value)
          Sets the value of the Table.Stripe.Title
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected Object value
Constructor Detail

TitleImpl

public TitleImpl()
Method Detail

getValue

public Object getValue()
Description copied from interface: Table.Stripe.Title
Gets the value of a Table.Stripe.Title

Specified by:
getValue in interface Table.Stripe.Title
Returns:

getValueAsString

public String getValueAsString()
Description copied from interface: Table.Stripe.Title
Gets the value of a Table.Stripe.Title as String

Specified by:
getValueAsString in interface Table.Stripe.Title
Returns:

hasEqualValueTo

public boolean hasEqualValueTo(Table.Stripe.Title title)
Description copied from interface: TableInternal.StripeData.TitleInternal
Returns true if this and the given Table.Stripe.Title instance have an equal value. This uses the Object.equals(Object) method to compare two values.

Specified by:
hasEqualValueTo in interface TableInternal.StripeData.TitleInternal
Returns:

setValue

public void setValue(Object value)
Description copied from interface: Table.Stripe.Title
Sets the value of the Table.Stripe.Title

Specified by:
setValue in interface Table.Stripe.Title

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.