au.csiro.pidclient.business
Class AndsPidResponseProperty

java.lang.Object
  extended by au.csiro.pidclient.business.AndsPidResponseProperty

public class AndsPidResponseProperty
extends Object

Represent a property triple: .

A property triple is associated with an ANDS Persistent Identifier handle. Copyright 2010, CSIRO Australia All rights reserved.

Version:
$Revision: 7131 $ $Date: 2010-06-09 14:25:15 +1000 (Wed, 09 Jun 2010) $
Author:
Robert Bridle on 10/02/2010

Constructor Summary
AndsPidResponseProperty()
           
AndsPidResponseProperty(int index, String type, String value)
          Constructor
 
Method Summary
 int getIndex()
           
 String getType()
           
 String getValue()
           
 void setIndex(int index)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndsPidResponseProperty

public AndsPidResponseProperty()

AndsPidResponseProperty

public AndsPidResponseProperty(int index,
                               String type,
                               String value)
Constructor

Parameters:
index - a properties numeric index.
type - a properties type.
value - a properties value.
Method Detail

getIndex

public int getIndex()
Returns:
the index

setIndex

public void setIndex(int index)
Parameters:
index - the index to set

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set


Copyright © 2010. All Rights Reserved.