org.gcube.portlets.user.gisviewer.client.commons.beans
Class Property
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Property
public Property()
Property
public Property(String name,
String type,
boolean nillable,
int maxOccours,
int minOccours)
Property
public Property(String name,
String type)
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)
Copyright © 2013. All Rights Reserved.