Open Kilda Java Documentation
org.openkilda.entity.BaseEntity Class Referenceabstract
Inheritance diagram for org.openkilda.entity.BaseEntity:
org.openkilda.entity.User org.usermanagement.dao.entity.PermissionEntity org.usermanagement.dao.entity.RoleEntity org.usermanagement.dao.entity.StatusEntity org.usermanagement.dao.entity.UserEntity org.usermanagement.dao.entity.UserSettingEntity

Public Member Functions

Long getCreatedBy ()
 
void setCreatedBy (Long createdBy)
 
Date getCreatedDate ()
 
void setCreatedDate (Date createdDate)
 
Long getUpdatedBy ()
 
void setUpdatedBy (Long updatedBy)
 
Date getUpdatedDate ()
 
void setUpdatedDate (Date updatedDate)
 

Detailed Description

The Class Base.

Author
Gaurav Chugh

Definition at line 16 of file BaseEntity.java.

Member Function Documentation

◆ 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
createdBythe 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
createdDatethe 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
updatedBythe 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
updatedDatethe new updated date

Definition at line 104 of file BaseEntity.java.


The documentation for this class was generated from the following file: