Package org.openiam.idm.srvc.synch.dto
Class LineObject
- java.lang.Object
-
- org.openiam.idm.srvc.synch.dto.LineObject
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class LineObject extends Object implements Cloneable, Serializable
- Author:
- suneet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LineObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
clone()
LineObject
copy()
Attribute
get(String key)
Map<String,Attribute>
getColumnMap()
String
getKeyAttributeName()
String
getKeyAttributeValue()
Timestamp
getLastUpdate()
Map<String,String>
getSyncConfigMap()
void
put(String key, String value)
void
put(String key, String name, String lineObject)
void
put(String key, Attribute attr)
void
setColumnMap(Map<String,Attribute> columnMap)
void
setKeyAttributeName(String keyAttributeName)
void
setLastUpdate(Timestamp lastUpdate)
String
toString()
-
-
-
Method Detail
-
getKeyAttributeValue
public String getKeyAttributeValue()
-
getKeyAttributeName
public String getKeyAttributeName()
-
setKeyAttributeName
public void setKeyAttributeName(String keyAttributeName)
-
copy
public LineObject copy()
-
getLastUpdate
public Timestamp getLastUpdate()
-
setLastUpdate
public void setLastUpdate(Timestamp lastUpdate)
-
-