com.pmease.quickbuild.setting.configuration.promotion
Class PromoteServer
java.lang.Object
com.pmease.quickbuild.setting.configuration.promotion.PromoteServer
- All Implemented Interfaces:
- java.io.Serializable
public class PromoteServer
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromoteServer
public PromoteServer(Promotion promotion)
getUrl
@NotEmpty
public java.lang.String getUrl()
- Get url of the server.
setUrl
public void setUrl(java.lang.String url)
getUserName
public java.lang.String getUserName()
- Get user name to login to the user. Null for anonymous access.
setUserName
public void setUserName(java.lang.String userName)
getPassword
public java.lang.String getPassword()
- Get password to login to the server.
setPassword
public void setPassword(java.lang.String password)
getPromotion
public Promotion getPromotion()
- Get associated promotion object.
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.