Package com.soffid.iam.model
Class LuceneIndexPartEntity
- java.lang.Object
-
- com.soffid.iam.model.LuceneIndexPartEntity
-
- Direct Known Subclasses:
LuceneIndexPartEntityImpl
public abstract class LuceneIndexPartEntity extends Object
Entity LuceneIndexPartEntity
-
-
Constructor Summary
Constructors Constructor Description LuceneIndexPartEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an LuceneIndexPartEntity instance and all identifiers for this entity equal the identifiers of the argument entity.byte[]getData()Gets value for attribute dataLonggetId()Gets value for attribute idLuceneIndexEntitygetIndex()Gets value for attribute indexStringgetName()Gets value for attribute nameintgetOrder()Gets value for attribute orderTenantEntitygetTenant()Gets value for attribute tenantLonggetTimestamp()Gets value for attribute timestampinthashCode()Returns a hash code based on this entity's identifiers.voidsetData(byte[] data)Sets value for attribute datavoidsetId(Long id)Sets value for attribute idvoidsetIndex(LuceneIndexEntity index)Sets value for attribute indexvoidsetName(String name)Sets value for attribute namevoidsetOrder(int order)Sets value for attribute ordervoidsetTenant(TenantEntity tenant)Sets value for attribute tenantvoidsetTimestamp(Long timestamp)Sets value for attribute timestamp
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getIndex
public LuceneIndexEntity getIndex()
Gets value for attribute index
-
setIndex
public void setIndex(LuceneIndexEntity index)
Sets value for attribute index
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getOrder
public int getOrder()
Gets value for attribute order
-
setOrder
public void setOrder(int order)
Sets value for attribute order
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getData
public byte[] getData()
Gets value for attribute data
-
setData
public void setData(byte[] data)
Sets value for attribute data
-
getTimestamp
public Long getTimestamp()
Gets value for attribute timestamp
-
setTimestamp
public void setTimestamp(Long timestamp)
Sets value for attribute timestamp
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an LuceneIndexPartEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-