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 Objectclone()LineObjectcopy()Attributeget(String key)Map<String,Attribute>getColumnMap()StringgetKeyAttributeName()StringgetKeyAttributeValue()TimestampgetLastUpdate()Map<String,String>getSyncConfigMap()voidput(String key, String value)voidput(String key, String name, String lineObject)voidput(String key, Attribute attr)voidsetColumnMap(Map<String,Attribute> columnMap)voidsetKeyAttributeName(String keyAttributeName)voidsetLastUpdate(Timestamp lastUpdate)StringtoString()
-
-
-
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)
-
-