org.apache.commons.betwixt.scarab
Class GlobalAttribute

java.lang.Object
  extended by org.apache.commons.betwixt.scarab.GlobalAttribute
All Implemented Interfaces:
java.io.Serializable

public class GlobalAttribute
extends java.lang.Object
implements java.io.Serializable

GlobalAttribute is a sample bean for use by the test cases.

Version:
$Id: GlobalAttribute.java 438373 2006-08-30 05:17:21Z bayard $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
GlobalAttribute()
          Constructor for the ScarabSettings object
 
Method Summary
 void addCreatedDate(CreatedDate cd)
           
 void addGlobalAttributeOption(GlobalAttributeOption globalAttributeOption)
           
 CreatedDate getCreatedDate()
           
 java.util.List getGlobalAttributeOptions()
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalAttribute

public GlobalAttribute()
Constructor for the ScarabSettings object

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

addGlobalAttributeOption

public void addGlobalAttributeOption(GlobalAttributeOption globalAttributeOption)

getGlobalAttributeOptions

public java.util.List getGlobalAttributeOptions()

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

addCreatedDate

public void addCreatedDate(CreatedDate cd)

getCreatedDate

public CreatedDate getCreatedDate()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.