|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.assertion.components.AsnPredicate
public class AsnPredicate
Represents an assertion predicate.
Constructor Summary | |
---|---|
AsnPredicate()
Default constructor. |
|
AsnPredicate(AsnPredicate objectToDuplicate)
Construct by duplicating an existing object. |
|
AsnPredicate(String urn)
Constructs with supplied URN. |
Method Summary | |
---|---|
AsnPredicate |
duplicate()
Produces a deep clone of the object. |
String |
getURN()
Gets the URN. |
void |
setURN(String urn)
Sets the URN. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnPredicate()
public AsnPredicate(AsnPredicate objectToDuplicate)
objectToDuplicate
- the object to duplicatepublic AsnPredicate(String urn)
urn
- the URNMethod Detail |
---|
public String getURN()
public void setURN(String urn)
urn
- the URNpublic AsnPredicate duplicate()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |