org.rhq.core.domain.content
Class ChannelContentSourcePK
java.lang.Object
org.rhq.core.domain.content.ChannelContentSourcePK
- All Implemented Interfaces:
- Serializable
public class ChannelContentSourcePK
- extends Object
- implements Serializable
This is the composite primary key for the ChannelContentSource
entity. That entity is an explicit
many-to-many mapping table, so this composite key is simply the foreign keys to both ends of that relationship.
- See Also:
- Serialized Form
ChannelContentSourcePK
public ChannelContentSourcePK()
ChannelContentSourcePK
public ChannelContentSourcePK(Channel channel,
ContentSource contentSource)
getChannel
public Channel getChannel()
setChannel
public void setChannel(Channel channel)
getContentSource
public ContentSource getContentSource()
setContentSource
public void setContentSource(ContentSource contentSource)
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.