@Entity public class DocumentClassIndex extends Object
Constructor and Description |
---|
DocumentClassIndex() |
DocumentClassIndex(String name,
IndexType type) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
DocumentClass |
getDocumentClass() |
Long |
getId() |
String |
getName() |
Long |
getOrderId() |
IndexType |
getType() |
String |
getValues() |
void |
setDescription(String description) |
void |
setDocumentClass(DocumentClass documentClass) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setOrderId(Long orderId) |
void |
setType(IndexType type) |
void |
setValues(String values) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public IndexType getType()
public void setType(IndexType type)
public String getValues()
public void setValues(String values)
public Long getOrderId()
public void setOrderId(Long orderId)
public DocumentClass getDocumentClass()
public void setDocumentClass(DocumentClass documentClass)
Copyright © 2017 Suncode. All rights reserved.