Package org.craftercms.studio.api.v2.dal
Class AuditLogParameter
java.lang.Object
org.craftercms.studio.api.v2.dal.AuditLogParameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
getId()
void
setAuditId
(long auditId) void
setId
(long id) void
setTargetId
(String targetId) void
setTargetSubtype
(String targetSubtype) void
setTargetType
(String targetType) void
setTargetValue
(String targetValue)
-
Constructor Details
-
AuditLogParameter
public AuditLogParameter()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getAuditId
public long getAuditId() -
setAuditId
public void setAuditId(long auditId) -
getTargetId
-
setTargetId
-
getTargetType
-
setTargetType
-
getTargetSubtype
-
setTargetSubtype
-
getTargetValue
-
setTargetValue
-