Liferay 7.0-ce-b4

com.liferay.portal.model
Class PasswordTrackerSoap

java.lang.Object
  extended by 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

Constructor Summary
PasswordTrackerSoap()
           
 
Method Summary
 long getCompanyId()
           
 Date getCreateDate()
           
 long getMvccVersion()
           
 String getPassword()
           
 long getPasswordTrackerId()
           
 long getPrimaryKey()
           
 long getUserId()
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setMvccVersion(long mvccVersion)
           
 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)

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)

Liferay 7.0-ce-b4