|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.csiro.pidclient.business.AndsPidResponseProperty
public class AndsPidResponseProperty
Represent a property triple:
A property triple is associated with an ANDS Persistent Identifier handle.
Copyright 2010, CSIRO Australia All rights reserved.
Constructor Summary
AndsPidResponseProperty()
AndsPidResponseProperty(int index,
java.lang.String type,
java.lang.String value)
Constructor
Method Summary
intgetIndex()
java.lang.StringgetType()
java.lang.StringgetValue()
voidsetIndex(int index)
voidsetType(java.lang.String type)
voidsetValue(java.lang.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,
java.lang.String type,
java.lang.String value)
index - a properties numeric index.type - a properties type.value - a properties value.
Method Detail
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
index - the index to set
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
type - the type to set
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
value - the value to set
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2010. All Rights Reserved.