public class URLClientObjectToNounAssociation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
URLClientObjectToNounAssociation()
Creates an instance of the URL to Noun association configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
addUserDataPrefix(java.util.Set userDataPrefix)
This method sets The
UserData prefix. |
java.util.List |
getAssociations()
This method returns the list of associations that has been defined for the business object.
|
java.util.List |
getKeyProperty()
This method returns a list of properties of the business object that has been declared
and the unique identifier.
|
java.lang.String |
getListName()
Returns the list name.
|
java.lang.String |
getNoun()
This method returns the name of the noun.
|
java.util.Map |
getRequestFlattenProperties()
This method returns the flatten version of the association properties.
|
java.lang.String |
getURLObject()
This method returns the name of the URL object.
|
java.util.List |
getURLObjectReference()
This method returns a list of reference business objects that are child objects of the
current business object.
|
org.w3c.dom.NamedNodeMap |
getUrlParameterGroupAttributes()
This method returns a Map of the attributes associated with this URL parameter group.
|
java.util.Set |
getUserDataPrefix()
This method returns the naming prefix used to identify
UserData elements. |
void |
init(org.w3c.dom.Element configurationElement)
Initializes the instance of the URL to Noun association configuration.
|
boolean |
isFlattened() |
void |
setRequestFlattenProperties(java.util.Map flattenProperties)
This method sets the flatten properties of the object.
|
java.lang.String |
toString()
This method returns the string representation of the object for debugging purposes.
|
public static final java.lang.String COPYRIGHT
public URLClientObjectToNounAssociation()
public void init(org.w3c.dom.Element configurationElement)
configurationElement
- The configuration element that describes the association.public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List getAssociations()
public java.util.List getKeyProperty()
public java.lang.String getNoun()
public java.lang.String getURLObject()
public java.util.List getURLObjectReference()
public java.util.Set getUserDataPrefix()
UserData
elements.UserData
prefix.public java.lang.String getListName()
public boolean isFlattened()
public org.w3c.dom.NamedNodeMap getUrlParameterGroupAttributes()
public void addUserDataPrefix(java.util.Set userDataPrefix)
UserData
prefix.userDataPrefix
- The UserData
prefix.public java.util.Map getRequestFlattenProperties()
public void setRequestFlattenProperties(java.util.Map flattenProperties)
flattenProperties
- The flatten properties.