de.jw.cloud42.core.domain
Class KeypairMapping

java.lang.Object
  extended by de.jw.cloud42.core.domain.AutoIdObject
      extended by de.jw.cloud42.core.domain.KeypairMapping

public class KeypairMapping
extends AutoIdObject

Author:
fbitzer

Constructor Summary
KeypairMapping()
           
 
Method Summary
 java.lang.String getKeypairName()
           
 java.lang.String getRsaPrivateKey()
           
 void setKeypairName(java.lang.String keypairName)
           
 void setRsaPrivateKey(java.lang.String rsaPrivateKey)
           
 
Methods inherited from class de.jw.cloud42.core.domain.AutoIdObject
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeypairMapping

public KeypairMapping()
Method Detail

getKeypairName

public java.lang.String getKeypairName()
Returns:
the keypairName

setKeypairName

public void setKeypairName(java.lang.String keypairName)
Parameters:
keypairName - the keypairName to set

getRsaPrivateKey

public java.lang.String getRsaPrivateKey()
Returns:
the rsaPrivateKey

setRsaPrivateKey

public void setRsaPrivateKey(java.lang.String rsaPrivateKey)
Parameters:
rsaPrivateKey - the rsaPrivateKey to set


Copyright © 2010 just works! Software. All Rights Reserved.