Class AuthenticationContainer
java.lang.Object
co.ecg.alpaca.core.model.migration.AuthenticationContainer
- All Implemented Interfaces:
Serializable
AuthenticationContainer class.
- Version:
- $Id: $Id
- Author:
- DavidKelley on 9/26/18.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic class -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for AuthenticationContainer.Constructor for AuthenticationContainer.AuthenticationContainer(BroadWorksObject object, List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers) Constructor for AuthenticationContainer. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for the fieldobject.Getter for the fieldtypeAndPasswordContainers.inthashCode()voidsetObject(BroadWorksObject object) Setter for the fieldobject.voidsetTypeAndPasswordContainers(List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers) Setter for the fieldtypeAndPasswordContainers.
-
Constructor Details
-
AuthenticationContainer
public AuthenticationContainer()Constructor for AuthenticationContainer.
-
AuthenticationContainer
Constructor for AuthenticationContainer.
- Parameters:
object- aBroadWorksObjectobject.
-
AuthenticationContainer
public AuthenticationContainer(BroadWorksObject object, List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers) Constructor for AuthenticationContainer.
- Parameters:
object- aBroadWorksObjectobject.typeAndPasswordContainers- aListobject.
-
-
Method Details
-
getObject
Getter for the field
object.- Returns:
- a
BroadWorksObjectobject.
-
setObject
Setter for the field
object.- Parameters:
object- aBroadWorksObjectobject.
-
getTypeAndPasswordContainers
Getter for the field
typeAndPasswordContainers.- Returns:
- a
Listobject.
-
setTypeAndPasswordContainers
public void setTypeAndPasswordContainers(List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers) Setter for the field
typeAndPasswordContainers.- Parameters:
typeAndPasswordContainers- aListobject.
-
equals
-
hashCode
public int hashCode()
-