Esri Geoportal Server
1.0

com.esri.gpt.server.assertion.components
Class AsnPredicate

java.lang.Object
  extended by com.esri.gpt.server.assertion.components.AsnPredicate

public class AsnPredicate
extends Object

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

AsnPredicate

public AsnPredicate()
Default constructor.


AsnPredicate

public AsnPredicate(AsnPredicate objectToDuplicate)
Construct by duplicating an existing object.

Parameters:
objectToDuplicate - the object to duplicate

AsnPredicate

public AsnPredicate(String urn)
Constructs with supplied URN.

Parameters:
urn - the URN
Method Detail

getURN

public String getURN()
Gets the URN.

Returns:
the URN

setURN

public void setURN(String urn)
Sets the URN.

Parameters:
urn - the URN

duplicate

public AsnPredicate duplicate()
Produces a deep clone of the object.
The duplication constructor is invoked.
return new AsnPredicate(this);

Returns:
the duplicated object

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.