org.apache.olingo.odata2.jpa.processor.ref.model
Class Category
java.lang.Object
org.apache.olingo.odata2.jpa.processor.ref.model.Category
@Entity
public class Category
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Category
public Category()
getMaterials
public List<Material> getMaterials()
setMaterials
public void setMaterials(List<Material> materials)
getId
public long getId()
setId
public void setId(long id)
getCode
public char[] getCode()
setCode
public void setCode(char[] code)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.