org.gcube.portlets.user.gisviewer.client.commons.beans
Class Property

java.lang.Object
  extended by org.gcube.portlets.user.gisviewer.client.commons.beans.Property
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Cloneable

public class Property
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable, Cloneable


Constructor Summary
Property()
           
Property(String name, String type)
           
Property(String name, String type, boolean nillable, int maxOccours, int minOccours)
           
 
Method Summary
 int getMaxOccours()
           
 int getMinOccours()
           
 String getName()
           
 String getType()
           
 boolean isNillable()
           
 void setMaxOccours(int maxOccours)
           
 void setMinOccours(int minOccours)
           
 void setName(String name)
           
 void setNillable(boolean nillable)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(String name,
                String type,
                boolean nillable,
                int maxOccours,
                int minOccours)

Property

public Property(String name,
                String type)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

isNillable

public boolean isNillable()

setNillable

public void setNillable(boolean nillable)

getMaxOccours

public int getMaxOccours()

setMaxOccours

public void setMaxOccours(int maxOccours)

getMinOccours

public int getMinOccours()

setMinOccours

public void setMinOccours(int minOccours)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.