The Class Base.
- Author
- Gaurav Chugh
Definition at line 16 of file BaseEntity.java.
◆ getCreatedBy()
Long org.openkilda.entity.BaseEntity.getCreatedBy |
( |
| ) |
|
Gets the created by.
- Returns
- the created by
Definition at line 41 of file BaseEntity.java.
◆ getCreatedDate()
Date org.openkilda.entity.BaseEntity.getCreatedDate |
( |
| ) |
|
Gets the created date.
- Returns
- the created date
Definition at line 59 of file BaseEntity.java.
◆ getUpdatedBy()
Long org.openkilda.entity.BaseEntity.getUpdatedBy |
( |
| ) |
|
Gets the updated by.
- Returns
- the updated by
Definition at line 77 of file BaseEntity.java.
◆ getUpdatedDate()
Date org.openkilda.entity.BaseEntity.getUpdatedDate |
( |
| ) |
|
Gets the updated date.
- Returns
- the updated date
Definition at line 95 of file BaseEntity.java.
◆ setCreatedBy()
void org.openkilda.entity.BaseEntity.setCreatedBy |
( |
Long |
createdBy | ) |
|
Sets the created by.
- Parameters
-
createdBy | the new created by |
Definition at line 50 of file BaseEntity.java.
◆ setCreatedDate()
void org.openkilda.entity.BaseEntity.setCreatedDate |
( |
Date |
createdDate | ) |
|
Sets the created date.
- Parameters
-
createdDate | the new created date |
Definition at line 68 of file BaseEntity.java.
◆ setUpdatedBy()
void org.openkilda.entity.BaseEntity.setUpdatedBy |
( |
Long |
updatedBy | ) |
|
Sets the updated by.
- Parameters
-
updatedBy | the new updated by |
Definition at line 86 of file BaseEntity.java.
◆ setUpdatedDate()
void org.openkilda.entity.BaseEntity.setUpdatedDate |
( |
Date |
updatedDate | ) |
|
Sets the updated date.
- Parameters
-
updatedDate | the new updated date |
Definition at line 104 of file BaseEntity.java.
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/entity/BaseEntity.java