org.apache.commons.betwixt.scarab
Class GlobalAttribute
java.lang.Object
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GlobalAttribute
public GlobalAttribute()
- Constructor for the ScarabSettings object
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.