Package prlsdkapi :: Class License
[ hide private ]
[ frames ] | no frames ]

Class License

object --+    
         |    
   _Handle --+
             |
            License

Instance Methods [ hide private ]
is_valid ( self )
Determines whether the license if valid or not.
get_status ( self )
Determines the license status.
get_license_key ( self )
Obtains the liecense key.
get_user_name ( self )
Obtains the name of the user on the license.
get_company_name ( self )
Obtains the name of the company on the license.

Inherited from _Handle : __del__ , __init__ , add_ref , free , from_string , get_handle_type , get_package_id , get_type

Inherited from object : __delattr__ , __format__ , __getattribute__ , __hash__ , __new__ , __reduce__ , __reduce_ex__ , __repr__ , __setattr__ , __sizeof__ , __str__ , __subclasshook__

Properties [ hide private ]

Inherited from object : __class__

Method Details [ hide private ]

is_valid ( self )

Determines whether the license if valid or not.

Returns:
Boolean. True indicates that the license if valid. False indicates otherwise.

get_status ( self )

Determines the license status.

Returns:
A integer containing the license status code.

get_license_key ( self )

Obtains the liecense key.

Returns:
A sting containing the license key.

get_user_name ( self )

Obtains the name of the user on the license.

Returns:
A string containing the name of the user.

get_company_name ( self )

Obtains the name of the company on the license.

Returns:
A string containing the company name.