public class EntityVOFiltering extends Object implements Serializable
EntityVO filtering settings.| Constructor and Description |
|---|
EntityVOFiltering() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreated() |
Long |
getCreatedAfter() |
Long |
getCreatedBefore() |
Long |
getUpdated() |
Long |
getUpdatedAfter() |
Long |
getUpdatedBefore() |
void |
setCreated(Long aCreated) |
void |
setCreatedAfter(Long aCreatedAfter) |
void |
setCreatedBefore(Long aCreatedBefore) |
void |
setUpdated(Long aUpdated) |
void |
setUpdatedAfter(Long aUpdatedAfter) |
void |
setUpdatedBefore(Long aUpdatedBefore) |
String |
toString() |
public Long getCreated()
public void setCreated(Long aCreated)
public Long getCreatedBefore()
public void setCreatedBefore(Long aCreatedBefore)
public Long getCreatedAfter()
public void setCreatedAfter(Long aCreatedAfter)
public Long getUpdated()
public void setUpdated(Long aUpdated)
public Long getUpdatedBefore()
public void setUpdatedBefore(Long aUpdatedBefore)
public Long getUpdatedAfter()
public void setUpdatedAfter(Long aUpdatedAfter)
Copyright © 2013–2019 BB Corp. All rights reserved.