Class TokenImpl
java.lang.Object
com.labs64.netlicensing.util.Visitable
com.labs64.netlicensing.domain.entity.impl.BaseEntityImpl
com.labs64.netlicensing.domain.entity.impl.TokenImpl
- All Implemented Interfaces:
BaseEntity,Token,Serializable
Default implementation of
Token.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()voidsetExpirationTime(Date expirationTime) voidsetTokenType(ITokenType tokenType) voidsetVendorNumber(String vendorNumber) Methods inherited from class com.labs64.netlicensing.domain.entity.impl.BaseEntityImpl
addProperty, getActive, getNumber, getProperties, removeProperty, setActive, setNumber, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.labs64.netlicensing.domain.entity.BaseEntity
addProperty, getActive, getNumber, getProperties, removeProperty, setActive, setNumber
-
Constructor Details
-
TokenImpl
public TokenImpl()
-
-
Method Details
-
getReservedProps
- See Also:
-
getVendorNumber
- Specified by:
getVendorNumberin interfaceToken
-
setVendorNumber
- Specified by:
setVendorNumberin interfaceToken
-
getExpirationTime
- Specified by:
getExpirationTimein interfaceToken
-
setExpirationTime
- Specified by:
setExpirationTimein interfaceToken
-
getTokenType
- Specified by:
getTokenTypein interfaceToken
-
setTokenType
- Specified by:
setTokenTypein interfaceToken
-
getTokenProperties
- Specified by:
getTokenPropertiesin interfaceToken
-
asMap
- Specified by:
asMapin interfaceBaseEntity- Overrides:
asMapin classBaseEntityImpl
-