Class IpAddressLogVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.system.ipaddresses.IpAddressLogVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class IpAddressLogVO extends EntityVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<String,IpAddressLogVO>ADDRESSstatic BasicProperty<BasicUserVO,IpAddressLogVO>BYstatic StringCLASS_NAMEstatic BasicProperty<DateTime,IpAddressLogVO>DATEstatic BasicProperty<IpAddressLogStatus,IpAddressLogVO>STATUS-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description IpAddressLogVO()IpAddressLogVO(Long id)IpAddressLogVO(Property<T,? super IpAddressLogVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetAddress()BasicUserVOgetBy()DateTimegetDate()IpAddressLogStatusgetStatus()voidsetAddress(String address)voidsetBy(BasicUserVO by)voidsetDate(DateTime date)voidsetStatus(IpAddressLogStatus status)-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ADDRESS
public static final BasicProperty<String,IpAddressLogVO> ADDRESS
-
BY
public static final BasicProperty<BasicUserVO,IpAddressLogVO> BY
-
DATE
public static final BasicProperty<DateTime,IpAddressLogVO> DATE
-
STATUS
public static final BasicProperty<IpAddressLogStatus,IpAddressLogVO> STATUS
-
-
Constructor Detail
-
IpAddressLogVO
public IpAddressLogVO()
-
IpAddressLogVO
public IpAddressLogVO(Long id)
-
IpAddressLogVO
public IpAddressLogVO(Property<T,? super IpAddressLogVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityModel
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getBy
public BasicUserVO getBy()
-
setBy
public void setBy(BasicUserVO by)
-
getDate
public DateTime getDate()
-
setDate
public void setDate(DateTime date)
-
getStatus
public IpAddressLogStatus getStatus()
-
setStatus
public void setStatus(IpAddressLogStatus status)
-
-