com.liferay.portal.model
Class PasswordTrackerSoap
java.lang.Object
com.liferay.portal.model.PasswordTrackerSoap
- All Implemented Interfaces:
- Serializable
@ProviderType
public class PasswordTrackerSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordTrackerSoap
public PasswordTrackerSoap()
toSoapModel
public static PasswordTrackerSoap toSoapModel(PasswordTracker model)
toSoapModels
public static PasswordTrackerSoap[] toSoapModels(PasswordTracker[] models)
toSoapModels
public static PasswordTrackerSoap[][] toSoapModels(PasswordTracker[][] models)
toSoapModels
public static PasswordTrackerSoap[] toSoapModels(List<PasswordTracker> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getMvccVersion
public long getMvccVersion()
setMvccVersion
public void setMvccVersion(long mvccVersion)
getPasswordTrackerId
public long getPasswordTrackerId()
setPasswordTrackerId
public void setPasswordTrackerId(long passwordTrackerId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserId
public long getUserId()
setUserId
public void setUserId(long userId)
getCreateDate
public Date getCreateDate()
setCreateDate
public void setCreateDate(Date createDate)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)