com.liferay.portal.model
Class PasswordTrackerSoap

java.lang.Object
  extended by com.liferay.portal.model.PasswordTrackerSoap
All Implemented Interfaces:
java.io.Serializable

public class PasswordTrackerSoap
extends java.lang.Object
implements java.io.Serializable

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is used by com.liferay.portal.service.http.PasswordTrackerServiceSoap.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.http.PasswordTrackerServiceSoap, Serialized Form

Constructor Summary
PasswordTrackerSoap()
           
 
Method Summary
 java.util.Date getCreateDate()
           
 java.lang.String getPassword()
           
 long getPasswordTrackerId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 void setCreateDate(java.util.Date createDate)
           
 void setPassword(java.lang.String password)
           
 void setPasswordTrackerId(long passwordTrackerId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
static PasswordTrackerSoap toSoapModel(PasswordTracker model)
           
static PasswordTrackerSoap[] toSoapModels(java.util.List<PasswordTracker> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordTrackerSoap

public PasswordTrackerSoap()
Method Detail

toSoapModel

public static PasswordTrackerSoap toSoapModel(PasswordTracker model)

toSoapModels

public static PasswordTrackerSoap[] toSoapModels(java.util.List<PasswordTracker> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getPasswordTrackerId

public long getPasswordTrackerId()

setPasswordTrackerId

public void setPasswordTrackerId(long passwordTrackerId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getCreateDate

public java.util.Date getCreateDate()

setCreateDate

public void setCreateDate(java.util.Date createDate)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)