org.omnaest.utils.structure.table.concrete.internal
Class TitleImpl<E>
java.lang.Object
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
value
protected Object value
TitleImpl
public TitleImpl()
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.