@Model public class TargetArea extends Object implements Serializable, Comparable<TargetArea>, ILocalizable
| Constructor and Description |
|---|
TargetArea() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TargetArea ta) |
String |
getDisplayName()
Get the display name of the Target Area.
|
String |
getId()
Get the identifier of the Target Area.
|
String |
getLocalizationPrefix()
The prefix that is appended to all the localizable properties of the this object while generating localization keys
|
String |
getPath()
Get the unique path (XFA SOM expression) of the Target Area.
|
Integer |
getPosition()
Get the position/order of appearance of the Target Area in the XDP.
|
void |
setDisplayName(String displayName)
Sets the display name of the Target Area.
|
void |
setId(String id)
Sets the identifier of the Target Area.
|
void |
setLocalizationPrefix(String prefix) |
void |
setPath(String path)
Sets the unique path (XFA SOM expression) of the Target Area.
|
void |
setPosition(Integer position)
Sets the position/order of appearance of the Target Area in the XDP.
|
public String getId()
public void setId(String id)
id - The identifier of the Target Area.public String getPath()
public void setPath(String path)
path - The unique path (XFA SOM expression) of the Target Area.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - The display name of the Target Area.public Integer getPosition()
public void setPosition(Integer position)
position - The position/order of appearance of the Target Area in the XDP.public int compareTo(TargetArea ta)
public String getLocalizationPrefix()
ILocalizablegetLocalizationPrefix in interface ILocalizablepublic void setLocalizationPrefix(String prefix)
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.