org.apache.olingo.odata2.jpa.processor.ref.model
Class Category

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.ref.model.Category

@Entity
public class Category
extends Object


Constructor Summary
Category()
           
 
Method Summary
 char[] getCode()
           
 String getDescription()
           
 long getId()
           
 List<Material> getMaterials()
           
 void setCode(char[] code)
           
 void setDescription(String description)
           
 void setId(long id)
           
 void setMaterials(List<Material> materials)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()
Method Detail

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.