public class AuditLogAttribute extends Object
Constructor and Description |
---|
AuditLogAttribute() |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Attribute |
getAuthor() |
Attribute |
getEvent() |
Attribute |
getEventDate() |
Attribute |
getStringAttribute1() |
Attribute |
getStringAttribute2() |
Attribute |
getStringAttribute3() |
int |
hashCode() |
boolean |
isAuthorSet() |
boolean |
isComplete() |
boolean |
isEventDateSet() |
boolean |
isEventSet() |
boolean |
isStringAttribute1Set() |
boolean |
isStringAttribute2Set() |
boolean |
isStringAttribute3Set() |
void |
setAuthor(Attribute author) |
void |
setEvent(Attribute event) |
void |
setEventDate(Attribute eventDate) |
void |
setStringAttribute1(Attribute stringAttribute1) |
void |
setStringAttribute2(Attribute stringAttribute2) |
void |
setStringAttribute3(Attribute stringAttribute3) |
String |
toString() |
public boolean isAuthorSet()
public boolean isEventSet()
public boolean isEventDateSet()
public boolean isStringAttribute1Set()
public boolean isStringAttribute2Set()
public boolean isStringAttribute3Set()
public boolean isComplete()
public Attribute getAuthor()
public Attribute getEvent()
public Attribute getEventDate()
public Attribute getStringAttribute1()
public Attribute getStringAttribute2()
public Attribute getStringAttribute3()
public void setAuthor(Attribute author)
public void setEvent(Attribute event)
public void setEventDate(Attribute eventDate)
public void setStringAttribute1(Attribute stringAttribute1)
public void setStringAttribute2(Attribute stringAttribute2)
public void setStringAttribute3(Attribute stringAttribute3)
public boolean canEqual(Object other)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.