org.rhq.core.domain.content.transfer
Class EntitlementCertificate
java.lang.Object
org.rhq.core.domain.content.transfer.EntitlementCertificate
public class EntitlementCertificate
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntitlementCertificate
public EntitlementCertificate()
EntitlementCertificate
public EntitlementCertificate(String name,
String certificate,
String key)
- Parameters:
certificate
- key
-
getCertificate
public String getCertificate()
- Returns:
- the certificate
setCertificate
public void setCertificate(String certificate)
- Parameters:
certificate
- the certificate to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getKey
public String getKey()
- Returns:
- the private key
setKey
public void setKey(String key)
- Parameters:
key
- the private key to set
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.