1.9.1.5. ItemDefinitionValue

 /**

 * @return Returns the autoCreate.
 */
public boolean isAutoCreate();
/**
 * @param autoCreate The autoCreate to set.
 */
public void setAutoCreate(boolean autoCreate);
/**
 * @return Returns the mandatory.
 */
public boolean isMandatory();
/**
 * @param mandatory The mandatory to set.
 */
public void setMandatory(boolean mandatory);
/**
 * @return Returns the name.
 */
public String getName();
/**
 * @param name The name to set.
 */
public void setName(String name);
/**
 * @return Returns the onVersion.
 */
public int getOnVersion();
/**
 * @param onVersion The onVersion to set.
 */
public void setOnVersion(int onVersion);
/**
 * @return Returns the readOnly.
 */
public boolean isReadOnly();
/**
 * @param readOnly The readOnly to set.
 */
public void setReadOnly(boolean readOnly);
Copyright ©2012. All rights reserved. eXo Platform SAS