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 boolean
equals(Object object)
Returnstrue
if 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 dataLong
getId()
Gets value for attribute idLuceneIndexEntity
getIndex()
Gets value for attribute indexString
getName()
Gets value for attribute nameint
getOrder()
Gets value for attribute orderTenantEntity
getTenant()
Gets value for attribute tenantLong
getTimestamp()
Gets value for attribute timestampint
hashCode()
Returns a hash code based on this entity's identifiers.void
setData(byte[] data)
Sets value for attribute datavoid
setId(Long id)
Sets value for attribute idvoid
setIndex(LuceneIndexEntity index)
Sets value for attribute indexvoid
setName(String name)
Sets value for attribute namevoid
setOrder(int order)
Sets value for attribute ordervoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setTimestamp(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)
Returnstrue
if the argument is an LuceneIndexPartEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-