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 enum
static class
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for AuthenticationContainer.Constructor for AuthenticationContainer.AuthenticationContainer
(BroadWorksObject object, List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers) Constructor for AuthenticationContainer. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for the fieldobject
.Getter for the fieldtypeAndPasswordContainers
.int
hashCode()
void
setObject
(BroadWorksObject object) Setter for the fieldobject
.void
setTypeAndPasswordContainers
(List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers) Setter for the fieldtypeAndPasswordContainers
.
-
Constructor Details
-
AuthenticationContainer
public AuthenticationContainer()Constructor for AuthenticationContainer.
-
AuthenticationContainer
Constructor for AuthenticationContainer.
- Parameters:
object
- aBroadWorksObject
object.
-
AuthenticationContainer
public AuthenticationContainer(BroadWorksObject object, List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers) Constructor for AuthenticationContainer.
- Parameters:
object
- aBroadWorksObject
object.typeAndPasswordContainers
- aList
object.
-
-
Method Details
-
getObject
Getter for the field
object
.- Returns:
- a
BroadWorksObject
object.
-
setObject
Setter for the field
object
.- Parameters:
object
- aBroadWorksObject
object.
-
getTypeAndPasswordContainers
Getter for the field
typeAndPasswordContainers
.- Returns:
- a
List
object.
-
setTypeAndPasswordContainers
public void setTypeAndPasswordContainers(List<AuthenticationContainer.TypeAndPasswordContainer> typeAndPasswordContainers) Setter for the field
typeAndPasswordContainers
.- Parameters:
typeAndPasswordContainers
- aList
object.
-
equals
-
hashCode
public int hashCode()
-