com.objectwave.persist.value
Class Attribute

java.lang.Object
  |
  +--com.objectwave.persist.value.Attribute

public class Attribute
extends java.lang.Object

Version:
$Id: Attribute.java,v 1.1 2001/10/03 14:59:03 dave_hoag Exp $
Author:
cson

Constructor Summary
Attribute()
           
 
Method Summary
 java.lang.String getDomainProperty()
          Gets the DomainProperty attribute of the Attribute object
 java.lang.String getSortOrder()
          Gets the SortOrder attribute of the Attribute object
 java.lang.String getValueField()
          Gets the ValueField attribute of the Attribute object
 boolean hasDomainProperty()
           
 boolean hasSortOrder()
           
 boolean hasValueField()
           
 void setDomainProperty(java.lang.String value)
          Sets the DomainProperty attribute of the Attribute object
 void setSortOrder(java.lang.String value)
          Sets the SortOrder attribute of the Attribute object
 void setValueField(java.lang.String value)
          Sets the ValueField attribute of the Attribute object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Method Detail

setSortOrder

public void setSortOrder(java.lang.String value)
Sets the SortOrder attribute of the Attribute object

Parameters:
value - The new SortOrder value

setDomainProperty

public void setDomainProperty(java.lang.String value)
Sets the DomainProperty attribute of the Attribute object

Parameters:
value - The new DomainProperty value

setValueField

public void setValueField(java.lang.String value)
Sets the ValueField attribute of the Attribute object

Parameters:
value - The new ValueField value

getSortOrder

public java.lang.String getSortOrder()
Gets the SortOrder attribute of the Attribute object

Returns:
The SortOrder value

getDomainProperty

public java.lang.String getDomainProperty()
Gets the DomainProperty attribute of the Attribute object

Returns:
The DomainProperty value

getValueField

public java.lang.String getValueField()
Gets the ValueField attribute of the Attribute object

Returns:
The ValueField value

hasSortOrder

public boolean hasSortOrder()
Returns:

hasDomainProperty

public boolean hasDomainProperty()
Returns:

hasValueField

public boolean hasValueField()
Returns: