com.liferay.wsrp.model
Interface WSRPConsumerRegistration

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, WSRPConsumerRegistrationModel

public interface WSRPConsumerRegistration
extends WSRPConsumerRegistrationModel

View Source

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

This interface is a model that represents the WSRPConsumerRegistration table in the database.

Customize com.liferay.wsrp.model.impl.WSRPConsumerRegistrationImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
WSRPConsumerRegistrationModel, com.liferay.wsrp.model.impl.WSRPConsumerRegistrationImpl, com.liferay.wsrp.model.impl.WSRPConsumerRegistrationModelImpl

Method Summary
 
Methods inherited from interface com.liferay.wsrp.model.WSRPConsumerRegistrationModel
getConsumerName, getConsumerRegistrationId, getLifetimeTerminationTime, getPrimaryKey, getProducerKey, getRegistrationData, getRegistrationHandle, getStatus, isStatus, setConsumerName, setConsumerRegistrationId, setLifetimeTerminationTime, setPrimaryKey, setProducerKey, setRegistrationData, setRegistrationHandle, setStatus, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo