wt.query.specification
Class DefaultModeledAttributeIdentifier

java.lang.Object
  extended bywt.query.specification.DefaultModeledAttributeIdentifier
All Implemented Interfaces:
AttributeIdentifier, ModeledAttributeIdentifier, Serializable

public class DefaultModeledAttributeIdentifier
extends Object
implements ModeledAttributeIdentifier, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private  String attributeName
           
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
DefaultModeledAttributeIdentifier(String an_attribute_name)
          

Supported API: false
 
Method Summary
private  void attributeNameValidate(String a_AttributeName)
           
 String getAttributeName()
          Gets the value of the attribute: attributeName.
 void setAttributeName(String a_AttributeName)
          Sets the value of the attribute: attributeName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

attributeName

private String attributeName
Constructor Detail

DefaultModeledAttributeIdentifier

public DefaultModeledAttributeIdentifier(String an_attribute_name)
                                  throws WTPropertyVetoException


Supported API: false

Parameters:
an_attribute_name -
Throws:
WTPropertyVetoException
Method Detail

getAttributeName

public String getAttributeName()
Gets the value of the attribute: attributeName.

Supported API: false

Specified by:
getAttributeName in interface ModeledAttributeIdentifier
Returns:
String

setAttributeName

public void setAttributeName(String a_AttributeName)
                      throws WTPropertyVetoException
Sets the value of the attribute: attributeName.

Supported API: false

Parameters:
a_AttributeName -
Throws:
WTPropertyVetoException

attributeNameValidate

private void attributeNameValidate(String a_AttributeName)
                            throws WTPropertyVetoException
Parameters:
a_AttributeName -
Throws:
WTPropertyVetoException