com.adobe.icc.dbforms.obj
Class TargetArea

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.TargetArea
All Implemented Interfaces:
ILocalizable, java.io.Serializable, java.lang.Comparable

public class TargetArea
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable, ILocalizable

POJO representation of a Target Area in a Layout (XDP). Target Areas are essentially empty subforms within an XDP that do not have a XFA binding.

Contains the display name, SOM expression, etc. for the Target Area.

See Also:
Serialized Form

Constructor Summary
TargetArea()
           
 
Method Summary
 int compareTo(TargetArea ta)
           
 java.lang.String getDisplayName()
          Get the display name of the Target Area.
 java.lang.String getId()
          Get the identifier of the Target Area.
 java.lang.String getLocalizationPrefix()
          The prefix that is appended to all the localizable properties of the this object while generating localization keys
 java.lang.String getPath()
          Get the unique path (XFA SOM expression) of the Target Area.
 java.lang.Integer getPosition()
          Get the position/order of appearance of the Target Area in the XDP.
 void setDisplayName(java.lang.String displayName)
          Sets the display name of the Target Area.
 void setId(java.lang.String id)
          Sets the identifier of the Target Area.
 void setLocalizationPrefix(java.lang.String prefix)
           
 void setPath(java.lang.String path)
          Sets the unique path (XFA SOM expression) of the Target Area.
 void setPosition(java.lang.Integer position)
          Sets the position/order of appearance of the Target Area in the XDP.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetArea

public TargetArea()
Method Detail

getId

public java.lang.String getId()
Get the identifier of the Target Area.

Returns:
The identifier of the Target Area.

setId

public void setId(java.lang.String id)
Sets the identifier of the Target Area.

Parameters:
id - The identifier of the Target Area.

getPath

public java.lang.String getPath()
Get the unique path (XFA SOM expression) of the Target Area.

Returns:
The unique path (XFA SOM expression) of the Target Area.

setPath

public void setPath(java.lang.String path)
Sets the unique path (XFA SOM expression) of the Target Area.

Parameters:
path - The unique path (XFA SOM expression) of the Target Area.

getDisplayName

public java.lang.String getDisplayName()
Get the display name of the Target Area.

Returns:
The display name of the Target Area.

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the display name of the Target Area.

Parameters:
displayName - The display name of the Target Area.

getPosition

public java.lang.Integer getPosition()
Get the position/order of appearance of the Target Area in the XDP.

Returns:
The position/order of appearance of the Target Area in the XDP.

setPosition

public void setPosition(java.lang.Integer position)
Sets the position/order of appearance of the Target Area in the XDP.

Parameters:
position - The position/order of appearance of the Target Area in the XDP.

compareTo

public int compareTo(TargetArea ta)
Specified by:
compareTo in interface java.lang.Comparable

getLocalizationPrefix

public java.lang.String getLocalizationPrefix()
Description copied from interface: ILocalizable
The prefix that is appended to all the localizable properties of the this object while generating localization keys

Specified by:
getLocalizationPrefix in interface ILocalizable
Returns:
prefix

setLocalizationPrefix

public void setLocalizationPrefix(java.lang.String prefix)


[an error occurred while processing this directive] [an error occurred while processing this directive]