com.projectdarkstar.tools.dtc.domain
Class ClientAppTag
java.lang.Object
com.projectdarkstar.tools.dtc.domain.ClientAppTag
- All Implemented Interfaces:
- Serializable
public class ClientAppTag
- extends Object
- implements Serializable
Represents a tag entity used to categorize ClientApp
objects.
- See Also:
- Serialized Form
ClientAppTag
public ClientAppTag()
ClientAppTag
public ClientAppTag(String tag)
getId
public Long getId()
- Returns the id of the entity in persistent storage
- Returns:
- id of the entity
setId
public void setId(Long id)
getTag
public String getTag()
setTag
public void setTag(String tag)
getApps
public List<ClientApp> getApps()
- Returns the list of
ClientApp objects that are tagged
with this tag.
- Returns:
- client apps tagged with this tag.
setApps
public void setApps(List<ClientApp> apps)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013. All Rights Reserved.