Groovy Documentation

com.ace.mws.credentials
[Groovy] Class Credential

java.lang.Object
  com.ace.mws.credentials.Credential

class Credential

Field Summary
private Long id

private String name

private static long serialVersionUID

private CredentialType type

 
Constructor Summary
Credential()

 
Method Summary
Long getId()

String getName()

CredentialType getType()

void setId(Long id)

void setName(String name)

void setType(CredentialType type)

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

id

private Long id


name

private String name


serialVersionUID

private static final long serialVersionUID


type

private CredentialType type


 
Constructor Detail

Credential

Credential()


 
Method Detail

getId

Long getId()


getName

String getName()


getType

CredentialType getType()


setId

void setId(Long id)


setName

void setName(String name)


setType

void setType(CredentialType type)


toString

String toString()


 

Groovy Documentation