Package org.openiam.idm.srvc.synch.dto
Class LogSyncObject
- java.lang.Object
-
- org.openiam.idm.srvc.synch.dto.LogSyncObject
-
- All Implemented Interfaces:
Serializable
public class LogSyncObject extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogSyncObject()
LogSyncObject(String logString, PatternWithGroupNames pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLogString()
PatternWithGroupNames
getPattern()
int
hashCode()
void
setLogString(String logString)
void
setPattern(PatternWithGroupNames pattern)
-
-
-
Constructor Detail
-
LogSyncObject
public LogSyncObject()
-
LogSyncObject
public LogSyncObject(String logString, PatternWithGroupNames pattern)
-
-
Method Detail
-
getPattern
public PatternWithGroupNames getPattern()
-
setPattern
public void setPattern(PatternWithGroupNames pattern)
-
getLogString
public String getLogString()
-
setLogString
public void setLogString(String logString)
-
-