org.aludratest.hpalm.entity
Class Fields

java.lang.Object
  extended by org.aludratest.hpalm.entity.Fields

public class Fields
extends Object


Field Summary
protected  List<Field> fieldList
           
 
Constructor Summary
Fields()
           
Fields(Fields fields)
           
 
Method Summary
 List<Field> getFieldList()
          Gets the value of the field property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldList

protected List<Field> fieldList
Constructor Detail

Fields

public Fields(Fields fields)

Fields

public Fields()
Method Detail

getFieldList

public List<Field> getFieldList()
Gets the value of the field property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is no set method for the fieldList property. For example, to add a new item, do as follows: getFieldList().add(newItem); Objects of the following type(s) are allowed in the list Field



Copyright © 2015 aludratest.org. All rights reserved.