| Package | Description |
|---|---|
| de.samply.share.model.common |
| Modifier and Type | Field and Description |
|---|---|
protected Attribute |
Neq.attribute |
protected Attribute |
Lt.attribute |
protected Attribute |
Like.attribute |
protected Attribute |
Leq.attribute |
protected Attribute |
Gt.attribute |
protected Attribute |
Geq.attribute |
protected Attribute |
Eq.attribute |
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
Entity.attribute |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
ObjectFactory.createAttribute()
Create an instance of
Attribute. |
Attribute |
Neq.getAttribute()
Gets the value of the attribute property.
|
Attribute |
Lt.getAttribute()
Gets the value of the attribute property.
|
Attribute |
Like.getAttribute()
Gets the value of the attribute property.
|
Attribute |
Leq.getAttribute()
Gets the value of the attribute property.
|
Attribute |
Gt.getAttribute()
Gets the value of the attribute property.
|
Attribute |
Geq.getAttribute()
Gets the value of the attribute property.
|
Attribute |
Eq.getAttribute()
Gets the value of the attribute property.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
Entity.getAttribute()
Gets the value of the attribute property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Neq.setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
Lt.setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
Like.setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
Leq.setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
Gt.setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
Geq.setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
Eq.setAttribute(Attribute value)
Sets the value of the attribute property.
|
Copyright © 2021 Samply Community. All rights reserved.