com.atlassian.jira.functest.config.sharing
Class ConfigSharedEntityId
java.lang.Object
com.atlassian.jira.functest.config.sharing.ConfigSharedEntityId
- All Implemented Interfaces:
- ConfigSharedEntity
public class ConfigSharedEntityId
- extends Object
- implements ConfigSharedEntity
Simple implementation of ConfigSharedEntity
for use in
the tests.
- Since:
- v4.2
ConfigSharedEntityId
public ConfigSharedEntityId(Long id,
String entityType)
getEntityType
public String getEntityType()
- Specified by:
getEntityType
in interface ConfigSharedEntity
getId
public Long getId()
- Specified by:
getId
in interface ConfigSharedEntity
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2012 Atlassian. All Rights Reserved.