Liferay 6.2-ce-ga5

com.liferay.portal.model
Class PasswordTrackerSoap

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

public class PasswordTrackerSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
PasswordTrackerSoap()
           
 
Method Summary
 Date getCreateDate()
           
 String getPassword()
           
 long getPasswordTrackerId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 void setCreateDate(Date createDate)
           
 void setPassword(String password)
           
 void setPasswordTrackerId(long passwordTrackerId)
           
 void setPrimaryKey(long pk)
           
 void setUserId(long userId)
           
static PasswordTrackerSoap toSoapModel(PasswordTracker model)
           
static PasswordTrackerSoap[] toSoapModels(List<PasswordTracker> models)
           
static PasswordTrackerSoap[] toSoapModels(PasswordTracker[] models)
           
static PasswordTrackerSoap[][] toSoapModels(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(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)

getPasswordTrackerId

public long getPasswordTrackerId()

setPasswordTrackerId

public void setPasswordTrackerId(long passwordTrackerId)

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)

Liferay 6.2-ce-ga5