org.kuali.ole.docstore.model.xmlpojo.metadata
Class Field

java.lang.Object
  extended by org.kuali.ole.docstore.model.xmlpojo.metadata.Field

public class Field
extends Object

Class Field to represent entity Field.

Author:
Rajesh Chowdary K

Constructor Summary
Field()
           
 
Method Summary
 String get(String property)
           
 String getName()
           
 Properties getProperties()
           
 void set(String property, String value)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field()
Method Detail

getName

public String getName()

setName

public void setName(String name)

set

public void set(String property,
                String value)

get

public String get(String property)

getProperties

public Properties getProperties()


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.