com.silanis.esl.api.model
Class SenderAuthenticationToken

java.lang.Object
  extended by com.silanis.esl.api.model.Model
      extended by com.silanis.esl.api.model.AuthenticationToken
          extended by com.silanis.esl.api.model.SenderAuthenticationToken
All Implemented Interfaces:
Serializable

public class SenderAuthenticationToken
extends AuthenticationToken
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String _packageId
           
static String FIELD_PACKAGEID
           
static String FIELD_VALUE
           
 
Fields inherited from class com.silanis.esl.api.model.AuthenticationToken
_value
 
Constructor Summary
SenderAuthenticationToken()
           
 
Method Summary
 String getPackageId()
           
 SenderAuthenticationToken safeSetPackageId(String value)
           
 SenderAuthenticationToken safeSetValue(String value)
           
 SenderAuthenticationToken setPackageId(String value)
           
 SenderAuthenticationToken setValue(String value)
           
 
Methods inherited from class com.silanis.esl.api.model.AuthenticationToken
getValue
 
Methods inherited from class com.silanis.esl.api.model.Model
clean, getDirtyFields, isDirty, setDirty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_PACKAGEID

public static final String FIELD_PACKAGEID
See Also:
Constant Field Values

FIELD_VALUE

public static final String FIELD_VALUE
See Also:
Constant Field Values

_packageId

protected String _packageId
Constructor Detail

SenderAuthenticationToken

public SenderAuthenticationToken()
Method Detail

setPackageId

public SenderAuthenticationToken setPackageId(String value)

safeSetPackageId

public SenderAuthenticationToken safeSetPackageId(String value)

getPackageId

public String getPackageId()

setValue

public SenderAuthenticationToken setValue(String value)
Overrides:
setValue in class AuthenticationToken

safeSetValue

public SenderAuthenticationToken safeSetValue(String value)
Overrides:
safeSetValue in class AuthenticationToken


Copyright 2014, Silanis Technology, Inc. All rights reserved.