com.safeidentity.adminservice.dao.ldap.schema
Class LdapAttributeDiff
java.lang.Object
com.safeidentity.adminservice.dao.ldap.schema.LdapAttributeDiff
- All Implemented Interfaces:
- SchemaDiff
- public class LdapAttributeDiff
- extends java.lang.Object
- implements SchemaDiff
- Author:
- kevin
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LdapAttributeDiff
public LdapAttributeDiff(java.lang.String name,
LDIFAttribute srcAttr,
LDIFAttribute dstAttr)
getName
public java.lang.String getName()
- Specified by:
getName
in interface SchemaDiff
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface SchemaDiff
- Parameters:
name
- The name to set.
diffSchema
public void diffSchema(LDIFAttribute srcAttr,
LDIFAttribute dstAttr)
getStatus
public int getStatus()
- Specified by:
getStatus
in interface SchemaDiff
- Returns:
- Returns the status.
setStatus
public void setStatus(int status)
- Specified by:
setStatus
in interface SchemaDiff
- Parameters:
status
- The status to set.
toString
public java.lang.String toString()
main
public static void main(java.lang.String[] args)
Copyright © 2004 SoftForum Corp. All Rights Reserved.