Package com.atlassian.crowd.model.audit
Class AuditLogEntityEntity
java.lang.Object
com.atlassian.crowd.model.audit.AuditLogEntityEntity
- All Implemented Interfaces:
AuditLogEntity
-
Constructor Summary
ConstructorsConstructorDescriptionAuditLogEntityEntity(AuditLogEntity entity) AuditLogEntityEntity(AuditLogEntityType entityType, String entityName, Long entityId, boolean primary) AuditLogEntityEntity(Long id, AuditLogEntityType entityType, String entityName, Long entityId, boolean primary) AuditLogEntityEntity(Long id, AuditLogEntityType entityType, String entityName, Long entityId, boolean primary, AuditLogChangesetEntity changeset) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()booleanvoidsetChangeset(AuditLogChangesetEntity changeset) voidsetEntityId(Long entityId) voidsetEntityName(String entityName) voidsetEntityType(AuditLogEntityType entityType) voidvoidsetPrimary(boolean primary) toString()
-
Constructor Details
-
AuditLogEntityEntity
public AuditLogEntityEntity() -
AuditLogEntityEntity
-
AuditLogEntityEntity
public AuditLogEntityEntity(AuditLogEntityType entityType, String entityName, Long entityId, boolean primary) -
AuditLogEntityEntity
public AuditLogEntityEntity(Long id, AuditLogEntityType entityType, String entityName, Long entityId, boolean primary) -
AuditLogEntityEntity
public AuditLogEntityEntity(Long id, AuditLogEntityType entityType, String entityName, Long entityId, boolean primary, AuditLogChangesetEntity changeset)
-
-
Method Details
-
getId
-
setId
-
getEntityName
- Specified by:
getEntityNamein interfaceAuditLogEntity
-
setEntityName
-
getEntityType
- Specified by:
getEntityTypein interfaceAuditLogEntity
-
setEntityType
-
getEntityId
- Specified by:
getEntityIdin interfaceAuditLogEntity
-
setEntityId
-
isPrimary
public boolean isPrimary()- Specified by:
isPrimaryin interfaceAuditLogEntity
-
setPrimary
public void setPrimary(boolean primary) -
getChangeset
-
setChangeset
-
equals
-
hashCode
public int hashCode() -
toString
-