com.evolveum.midpoint.repo.sql.data.common
Class RAccountShadow

java.lang.Object
  extended by com.evolveum.midpoint.repo.sql.data.common.RContainer
      extended by com.evolveum.midpoint.repo.sql.data.common.RObject
          extended by com.evolveum.midpoint.repo.sql.data.common.RResourceObjectShadow
              extended by com.evolveum.midpoint.repo.sql.data.common.RAccountShadow
All Implemented Interfaces:
java.io.Serializable

@Entity
public class RAccountShadow
extends RResourceObjectShadow

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
RAccountShadow()
           
 
Method Summary
static void copyFromJAXB(AccountShadowType jaxb, RAccountShadow repo, PrismContext prismContext)
           
static void copyToJAXB(RAccountShadow repo, AccountShadowType jaxb, PrismContext prismContext)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getAccountType()
           
 RCredentials getCredentials()
           
 int hashCode()
           
 void setAccountType(java.lang.String accountType)
           
 void setCredentials(RCredentials credentials)
           
 AccountShadowType toJAXB(PrismContext prismContext)
           
 
Methods inherited from class com.evolveum.midpoint.repo.sql.data.common.RResourceObjectShadow
copyFromJAXB, copyToJAXB, getActivation, getAttemptNumber, getAttributes, getFailedOperationType, getIntent, getName, getObjectChange, getObjectClass, getResourceRef, getResult, getSynchronizationSituation, getSynchronizationSituationDescription, isDead, setActivation, setAttemptNumber, setAttributes, setDead, setFailedOperationType, setIntent, setName, setObjectChange, setObjectClass, setResourceRef, setResult, setSynchronizationSituation, setSynchronizationSituationDescription
 
Methods inherited from class com.evolveum.midpoint.repo.sql.data.common.RObject
copyFromJAXB, copyToJAXB, getAncestors, getDescendants, getDescription, getExtension, getParentOrgRef, getVersion, setAncestors, setDescendants, setDescription, setExtension, setParentOrgRef, setVersion
 
Methods inherited from class com.evolveum.midpoint.repo.sql.data.common.RContainer
getId, getOid, setId, setOid, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RAccountShadow

public RAccountShadow()
Method Detail

getAccountType

public java.lang.String getAccountType()

setAccountType

public void setAccountType(java.lang.String accountType)

getCredentials

public RCredentials getCredentials()

setCredentials

public void setCredentials(RCredentials credentials)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class RResourceObjectShadow

hashCode

public int hashCode()
Overrides:
hashCode in class RResourceObjectShadow

copyToJAXB

public static void copyToJAXB(RAccountShadow repo,
                              AccountShadowType jaxb,
                              PrismContext prismContext)
                       throws DtoTranslationException
Throws:
DtoTranslationException

copyFromJAXB

public static void copyFromJAXB(AccountShadowType jaxb,
                                RAccountShadow repo,
                                PrismContext prismContext)
                         throws DtoTranslationException
Throws:
DtoTranslationException

toJAXB

public AccountShadowType toJAXB(PrismContext prismContext)
                         throws DtoTranslationException
Overrides:
toJAXB in class RResourceObjectShadow
Throws:
DtoTranslationException


Copyright © 2012 evolveum. All Rights Reserved.